ExpandableListView实现子Item的点击事件

在继承的BaseExpandableListAdapter的ExpandableListView的Adapter中,重写以下方法

@Override
public boolean isChildSelectable(int groupPosition, int childPosition) {
return true;
}

然后设置ExpandableListView的 setOnChildClickListener。即可实现子Item的点击事件

上一篇:12-8下午 php语法


下一篇:java界面--WePush-master 项目跑起来 -碰到的问题