Hide divider without hiding childDivider on ExpandableListView
- by thomaus
I can't find a way to hide dividers on an ExpandableListView without hiding the child dividers too.
Here is my code.
<ExpandableListView
android:id="@+id/activities_list"
android:background="@android:color/transparent"
android:fadingEdge="none"
…