我有以下布局
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
单击时,我的 ActionBar 中有一个 EDIT 按钮使 CheckBox 可见
问题是,当显示复选框时,所有 TextView 都向右移动,
有什么办法可以使 CheckBox 列的宽度固定,这样它就不会影响其他部分?