I have a menu defined in xml:
You can follow Priyank Patel answer above. Additionally, I wanted to hide the drop-down icon in front of the list item.
Just add android:groupIndicator="@null" to your ExpandableListView in xml tag.
android:groupIndicator="@null"