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

前端 未结 6 1176
不知归路
不知归路 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:59

    You can't do this with RelativeLayout. Try LinearLayout and the layout_weight attribute.

提交回复
热议问题