0
我有以下佈局安卓:線性佈局固定寬度
LinearLayout
orientation:horizontal
CheckBox
visibility:invisible
layout_weight:0
TextView
layout_weight:1
TextView
layout_weight:1
TextView
layout_weight:1
TextView
layout_weight:1
點擊時,我有我的動作條的編輯按鈕,使得複選框可見
的問題是,當所有顯示的複選框TextViews向右移動,
有什麼辦法可以使CheckBox列的固定寬度,以便它不會影響其他部分?
您是否嘗試過爲複選框設置layout_weight:1呢? –
只需刪除所有layout_weight,如果它們完全相同,則沒有用處。 –
@StefandeBruijn當尺寸改變時,layout_weight使列具有固定的寬度並在佈局上伸展。 –