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
Looks all right, still:
Check that you have not set a click listener to any parent view of listview.
Check that isChildSelectable() of adapter returns true. Also areAllItemsEnabled() should return true.
isChildSelectable()
areAllItemsEnabled()