Instead of setOnItemClickListener()
you must use setOnChildClickListener () .
Pass the ExpandableListView.OnChildClickListener method.
When implementing your onChildClick () method, use the getChild()
of adapter passing groupPosition
and childPosition
to know which item is clicked.