我想将复选框联合到LinearLayout上的一个可滚动窗口。 ( 对不起我的英语不好 ) 这有什么办法怎么办?我是java的新手。每个复选框都有一个条件。
<CheckBox
android:id="@+id/checkBox7"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/emod1"
android:textSize="@dimen/texty_v_menu" />
<!-- ... and 5 another checkBoxes... -->
预览:
答案 0 :(得分:0)
您可以根据CompoundButton.OnCheckedChangeListener
的{{1}}调用以下方法。与输入参数一样,提供您希望以平滑过渡折叠/展开的Checkbox
的引用。
View