Its very simple we just put these pieces of code wherever necessary
Toast t= Toast.makeText(MainActivity.this,"THis is some Toast",5000); t.setGravity(Gravity.CENTER,0,0); t.show();
No comments:
Post a Comment