String msg ="Here you are."; Toast.makeText(getApplicationContext(), msg, Toast.LENGTH_SHORT).show();
烤麵包 Toast,設定 setGravity 後展示跳出一串訊息,
String msg ="Here you are.";
int offsetx = 0;int offsety = 0; Toast toast = Toast.makeText(getApplicationContext(), msg, Toast.LENGTH_LONG);toast.setGravity(Gravity.Bottom,x,y );toast.show();
沒有留言:
張貼留言