Set two buttons to same width regardless of screen size?

前端 未结 9 2491
[愿得一人]
[愿得一人] 2020-12-24 00:56

Ok, i have two buttons in linear layout:



        
9条回答
  •  南方客
    南方客 (楼主)
    2020-12-24 01:30

    android:layout_weight="0.5"
    android:layout_width="0dp
    

    it's working

提交回复
热议问题