I need to completely remove dividers from ExpandableListView. As for parent items it\'s a setDividerHeight method where I can pass a zero value. But there\'s no similar meth
instead of writing lengthy code use property ExpandableListView. It will work :-
ExpandableListView
android:childDivider="@android:color/transparent"