ExpandableListView child click listener not firing

后端 未结 6 592
感动是毒
感动是毒 2020-12-28 14:47

Not sure why my onChildClick isn\'t firing. Everything works perfectly, except that when one of the child items is tapped, absolutely nothing happens. Otherwise, the expanda

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-28 15:02

    I got it. All I had to do was add

    android:focusable="false"
    

    within the CheckBox section of my expandlist_child_item.xml file.

    I hope that this helps somebody.

提交回复
热议问题