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
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.