android: relative layout two buttons occupy all the available horizontal space

前端 未结 6 1189
不知归路
不知归路 2021-02-13 11:06

i have a relative layout and i have two buttons in it with texts \"hello\" and \"world\" respectively. i want these two buttons to lie adjacent to each other and equally occupy

6条回答
  •  星月不相逢
    2021-02-13 11:42

    You may try implementing LinearLayout(horizontal) and then set android:layout_weight="1" for both buttons.

提交回复
热议问题