How to remove specific space between parent and child in an ExpandableListView

后端 未结 10 2198
太阳男子
太阳男子 2021-02-20 09:10

Can you help me identify why there is a space between the group and the child? In my case I want spaces between all groups and the child should be right below the group with no

10条回答
  •  情深已故
    2021-02-20 09:57

    Remove all the margins and divider height, and instead add a blank space on top of groupview itself. It should do the trick.

提交回复
热议问题