Aligning Android Button To Bottom in RelativeLayout??
Posted
by
MobiKnow
on Stack Overflow
See other posts from Stack Overflow
or by MobiKnow
Published on 2011-01-12T21:48:06Z
Indexed on
2011/01/12
21:54 UTC
Read the original article
Hit count: 237
I'm trying to align a button to the bottom right and bottom left of my screen, using a RelativeLayout. I want to do this to keep the same relative layout across different screen sizes. Currently the buttons on my screen move up/down depending on the resolution of the screen. 320x480 puts the buttons higher on the screen versus 480x800. I'm trying to get my screens to look the same between the two sizes.
Any information you can provide is greatly appreciated.
Thanks, MobiKnow.
© Stack Overflow or respective owner