What does android:layout_weight mean?

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

    http://developer.android.com/guide/topics/ui/layout-objects.html#linearlayout

    layout_weight defines how much space the control must obtain respectively to other controls.

提交回复
热议问题