是否可以通过GroupItem
内的按钮点击来展开ExpandableListView
或ExpandableListAdapter
的{{1}}?
我想要实现的目标是:
我有一个ChildItem
由ExpandableListView
(延伸ExpandableListAdapter
)
在BaseExpandableListAdapter
的{{1}}方法中,我正在调用一个按钮(插入子项布局xml中),一旦用户完成,我将使用该按钮关闭该特定getChildView()
读数。
答案 0 :(得分:1)
是。在调用listView.collapseGroup(groupNumber)
的按钮上设置onClickListener