I've used a custom ExpandableListAdapter
in my project. How can I remove this button?
In XML
android:groupIndicator="@null"
or in code
expListView.setGroupIndicator(null)
Did you try to use this: android:groupIndicator="@android:color/transparent" ?
I don't know why you want to remove this button, but for some cases my advise can be useful.
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