toast can be customized to show at different places like top, bottom, center, left, right
toast.setGravity(Gravity.TOP , 0, 0); // for example setting gravity to top
for more details [here](http://androidcoding.in/2016/05/31/android-tutorial-custom-toast/"android custom toast")