我使用ExpandableListView
。在那里,我有checkBox
(在child_layout
中),当我选中其中一个并关闭此parent_layout
然后打开其他parent_layout
时,还会检查(自动)复选框。
I opened Sports and then checked Football (child) and then closed
And when I opened the second one (Sciences) the checkBox
was automatically checked
我该如何管理它?
答案 0 :(得分:0)
您可以更改适配器。 例如,您可以保存一个布尔const来保存每个项目的检查状态。并在getView()中判断它。设置布尔值为真时的checkkbox状态检查。