What does android:layout_weight mean?

前端 未结 13 1228
遇见更好的自我
遇见更好的自我 2020-11-21 06:14

I don\'t understand how to use this attribute. Can anyone tell me more about it?

13条回答
  •  隐瞒了意图╮
    2020-11-21 06:57

    adding to the other answers, the most important thing to get this to work is to set the layout width (or height) to 0px

    android:layout_width="0px"
    

    otherwise you will see garbage

提交回复
热议问题