Pages

Thursday, May 16, 2013

Set two buttons to same width regardless of screen size

Use android:layout_weight="1" on both Buttons. Set android:layout_width="0dp" on both. Since both buttons now have equal weighting, they will now each have half the parent's width.

No comments:

Post a Comment