How to set the distance between groups of elements in ExpandableListView? I didn’t find anything sensible on an Internet, I need to have one distance between the child, in fact it’s there, by cramming 1 layout with the color into another, but now you need to make the distance between the groups, according to the same principle doesn’t work because the tick is circled All around, how can you do it all humanly, so that it is in the center of the gray area? enter image description here

  • The documentation states the link that ExpandableListView can use the xml Android attribute: dividerHeight. Have you tried to use it in markup, without result? Then you need to look at the code and markup. - Michael
  • Yes, I tried, it also applies to children - Yaroslav

0