I am trying to add tint to my normal Textview
not AppCompatTextView
. I can add backgroundTint in xml using app:backgroundTint
for it. Is there a way to do the same programatically for Textview
itself.(I am targeting kitkat support)
Note: I have more Textview
. so changing all of them will be over work
setSupportButtonTintList
only works forAppCompat
controls.setBackgroundTintList
shows no result in kitkat