Naveen Kumar Mishra
Naveen Kumar Mishra

Reputation: 351

How to set different group indicator images in expandable list view?

What i want is that i am using a expandable list view and i want to set different images for each group indicator. For better understanding i am attaching a snapshot. Any help will be appreciable.

Upvotes: 0

Views: 396

Answers (1)

reTs
reTs

Reputation: 1829

Group Indicator in ExpandableListView does not provide the functionality to customize the icon in each item. So the best solution is to set groupIndicator to null, and add an ImageView to the group cell to simulate the effect of a group indicator.

Upvotes: 3

Related Questions