I have a table row and I tried many things to change its color when it\'s focused, but it never changes color when focused. Is there any way to do this? I tried this also wh
To everyone with the "resource not found" error for yellow, just make your own yellow:
Create a file:
Project -> res -> values - colors.xml
And put this in the file:
#FFFF00
Then change the places in XML that reference yellow to read like this:
android:drawable="@color/yellow"