Currently layout flows from the top down, is it possible to make it flow from the bottom up?
Right now I have a square image followed by some text and then some buttons. Problem is on some screens (like say an older 320x480) the buttons end up off the screen. I'd like things to go the other direction, that is place the buttons at the bottom of the screen, and have the top (or bottom) of the image cut off.
I looked at using RelativeLayout, but it looks like I need to know the height to position something at the bottom.