I want to create an android button with both an image and text, but the text is automatically centered. How do I place the text at the bottom of the button?
I know I can use relative layout to place a second text button underneath the image, but I prefer to minimize the code.