在Android中我想在屏幕底部显示一个Toast消息,我试过这个:
Toast.makeText(test.this,"bbb", Toast.LENGTH_LONG).show();
它不起作用,我该怎么做呢?
android android-toast
android ×1
android-toast ×1