I was reading the Gallery View tutorial : http://developer.android.com/resources/tutorials/views/hello-gallery.html. Is there anyway I can position the images at the bottom and not at the top? In other words, I would like to show the toast messages above the images.
I was reading the Gallery View tutorial : http://developer.android.com/resources/tutorials/views/hello-gallery.html . Is there anyway I
Share
modify your res/layout/main.xml something like
Moreover you can also set the
Toastpositiontoast.setGravity(Gravity.TOP|Gravity.LEFT, 0, 0);