How can I add a gap (lets say 20dp) between group items in ExpandableListView? I have custom group layout with RelativeLayout as a parent. Adding margins to parent doesn’t help.
How can I add a gap (lets say 20dp) between group items in ExpandableListView
Share
Not sure what you’re aiming for but here’s an idea
Pass the list you got in your main activity to your custom list
in your custom list class methods:
for example, this should add spacing between groups and not the childs