I'm working with list view, and try to achive desire look. Long stroy short - I want to change list item text View color when item is pressed. Default text color for textView is White, and when I press item in listView text Color automaticly change to Black. It is default settings and it works pretty well. But when I set color in text View, for example in Red then nothing happen when item in list View is pressed. I try to set color selector for Text View but it doesn't work(even if I set duplicateParentState=true)
I Just want some default text color and diffrent text color when user press item.
Thx for help.