Possible Duplicate:
how to change position of Toast in android?
Is there any method to align toast message in application.By default it always appears at the bottom of application. i did it like this... Toast.makeText(this, "hello !", Toast.LENGTH_LONG).show(); Thank you