I try to set the color of my ListView Divider lines, but when I do this they just disappear:
<ListView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="@color/white"
android:id="@+id/lvSomeListView"/>
I posted this question because even though there are similar questions which IMPLICITLY contain the answer, none of them are worded in such a way to make this answer obvious. I spent hours trying to figure this out, so I tried to do a good thing and post question-answer to help anyone else in my situation.