I was wondering if there was a way to display all text in a toast to be centered. For instance, I have a toast that has 2 lines of text in it. For purely aesthetic reasons,
Toast t=Toast.makeText(getApplicationContext(),"Text",Toast.LENGTH_LONG); t.setText("Password Does't match..."); t.setGravity(0, 0, 0); t.show();
simple code for toast most be center