I want to completely hide the groupIndicator in a custom ExpandableListView.
The example provided here did not seem to work.
It suggests making a selector an
Have you tried changing ExpandableListView's attribute android:groupIndicator="@null"?
ExpandableListView
android:groupIndicator="@null"