I have a ListView that I\'m populating from a custom ListAdapter. Inside the Adapter (in the getView(int, View, ViewGroup) method) I\'m setting the background color of the V
I ran into a similar problem where the divider was coming up grey. I found that the other solutions had no effect, but android:divider="" on my ListView worked.