0

Is there a way to set the group indicator image in expandablelistview in android? I want to set the image of a especific item group. Is there a way?

Roland
  • 826
  • 2
  • 9
  • 24

1 Answers1

0

If you want to put your group indicator to the left of the group item you can add the following property to your expandable listview code in xml .. "android:groupIndicator"

Otherwise if you want to get this indicator into the right side of your listview you can follow this post Put on the right the indicator of an ExpandableListView in Android

Community
  • 1
  • 1
Ahmed Zayed
  • 2,165
  • 1
  • 20
  • 21