android发现ExpandableListActivity的onChildClick方法失效 通过继承ExpandableListActivity实现了一个二级列表,而子列表存在TextView和CheckBox组件,这里就存在一个问题,点击子列表项发现onChildClick方法并没有调用,搜索才发现是CheckBox的ListView失去焦点了。最后通过把CheckB... xiaohe 9年前 (2017-08-06) 4876℃ 0评论 2喜欢