I have a custom ListView selector which draws on top of a ListView. It works fine, but I want the text inside of the listview to turn white. How can I do that?
&
You need to apply specific color or selector to each list item.
I have something like this (abreviated)
layout/dash_item.xml
... Your text components etc ....
color/dashboard_selector.xml
values/style.xml
You probably will need to play with it to figure where exactly apply things. It can probably be simplified. Anyway, it's just a direction since I don't know your specific requirements.