标签:expandablelistview setonchildclickliste
http://stackoverflow.com/questions/11529472/expandablelistview-onchildclicklistener-not-work
首先声明:
@Override public boolean isChildSelectable(int groupPosition, int childPosition) { return true; }
一次类推 如果还有别的情况下onChildClickListener不好用的情况下,多看看是否有别的控件占据了焦点,比如checkbox之类的!
finishMethodCheckBox.setFocusable(false);
ExpandListView onChildClickListener 实效
标签:expandablelistview setonchildclickliste
原文地址:http://blog.csdn.net/zhangxiweicaochen/article/details/40897401