How can I apply color on the various states(focused, pressed, enabled) of the TextView?
I have already referred this: http://developer.android.com/reference/android/content/res/ColorStateList.html , but do not know how can I apply color state list to the TextView? or is there any other way to do so ?
Update:
I want to change the Background color.