What does android:layout_weight mean?

前端 未结 13 1283
遇见更好的自我
遇见更好的自我 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:44

    For additional

    For vertical orientation, don't forget set height to 0dp

    android:layout_height="0dp"
    

    For horizontal orientation, don't forget set width to 0dp

    android:layout_width="0dp"
    

提交回复
热议问题