If you wish to change the position of the Toast message that it's possible using setGravity() method. toast.setGravity(Gravity.TOP, 0, 0);. This ...
確定! 回上一頁