I want to add an image icon in expandable list view .I have seen the tutorial they have added only in child elements .Is there any other way to add image icon in parent Any hel
You can also define your own groupIndicator in XML:
First define your own drawable (I called it list_view_group_indicator.xml and placed it in the drawable directory)
Then use it as a drawable for your expandableListview