How do I get the background color of a TextView?
When I press the TextView, I want to change the background color according to the background color that is in use.
TextView does not have a method such as:
getBackgroundResource()
Edit: I would prefer to get the resId of the background color.