Android Code筆記本
Android Technology development experience to share with you
如何變更Toast位置
1.重點程式碼
Toast toast = Toast.makeText(getApplicationContext(), "hello",Toast.LENGTH_LONG);
toast.setGravity(Gravity.CENTER_HORIZONTAL | Gravity.TOP, 0, 100);
toast.show();
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言