Change of child widget colour on focus at Parent widget - Android
I have a listview with three textviews embedded in it. On focus at listview the requirement is to change the colour of listview from white to red. And three textview to white from black.
Suggestion开发者_StackOverflow please,
Thanks in advance
Maybe you should try to use the duplicateParentState attribute on TextViews?
精彩评论