The Android Design - Lists page describes \"section dividers\". I\'m aware you can use addHeaderView() a ListView for a similar effect. I would lik
addHeaderView()
ListView
The solution ended up having an includable layout called util_horizontal_line_section.xml:
util_horizontal_line_section.xml
With the sectionSeparatorColour entry in values/colors.xml:
sectionSeparatorColour
values/colors.xml
#a0a0a0
Includable via: