What does android:layout_weight mean?

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

    Please look at the weightSum of LinearLayout and the layout_weight of each View. android:weightSum="4" android:layout_weight="2" android:layout_weight="2" Their layout_height are both 0px, but I am not sure it is relevan

    
    
    
    
    
    

提交回复
热议问题