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
TextView 2dp in height and width = match parent and set the background color as the color you want the line to be.
You can do vertical as well by reversing the two settings.