Reputation: 53
How I can do this? I'm trying with Android studio but without success!
Upvotes: 2
Views: 655
Reputation: 157447
you can use a LinearLayout
with horizontal
orienation, that contains the two buttons. The LinearLayout
width is match_parent
. The width of the two buttons is 0dp and assign both weight
1
Upvotes: 2