The rows of my list have a custom selector. The background for this selector is color A when not pressed and color B when pressed. A TextView on the item’s layout is colored B for juxtaposition when the list item is not pressed.
However, I would like the text color to change to color A while the row is being pressed, to juxtapose with the new background color.
How do I accomplish this?
You can style your text with a textColor drawable:
and drawable/list_selector_text looks like this: