In an ExpandableListView
, is there a way to hide the group indicator for groups with no children?
Try this >>>
for all items
getExpandableListView().setGroupIndicator(null);
In xml
android:groupIndicator="@null"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With