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
I was looking for the same issue. I found an easy way to tell the app that a texview is a section separator:
The line:
style="?android:attr/listSeparatorTextViewStyle"
add the underline to the text and style it accordingli to the defaulf "Separator" theme.