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

后端 未结 10 2026
太阳男子
太阳男子 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:48

    Just set the child background color as same of exandableListView
    
    example:
    
    
        
    and child item color like this :
    
    
    ....
    
    

提交回复
热议问题