I am trying to change the tinting color of an EditText View programmatically during runtime. Basically i want to change what you would usually apply as ?attr/
EditText
?attr/
With the newly introduced android.support.v4.graphics.drawable.DrawableCompat#setTint setting the color is now possible.
android.support.v4.graphics.drawable.DrawableCompat#setTint