ExpandableListView – hide indicator for groups with no children

Try this >>>

for all items

 getExpandableListView().setGroupIndicator(null);

In xml

android:groupIndicator="@null"

Leave a Comment