在ChildItem中单击按钮时折叠ExpandableListView GroupItem

时间:2016-07-29 05:41:43

标签: android expandablelistview expandablelistadapter

是否可以通过GroupItem内的按钮点击来展开ExpandableListViewExpandableListAdapter的{​​{1}}?

我想要实现的目标是:

我有一个ChildItemExpandableListView(延伸ExpandableListAdapter

提供

BaseExpandableListAdapter的{​​{1}}方法中,我正在调用一个按钮(插入子项布局xml中),一旦用户完成,我将使用该按钮关闭该特定getChildView()读数。

1 个答案:

答案 0 :(得分:1)

是。在调用listView.collapseGroup(groupNumber)

的按钮上设置onClickListener