I have a TextView defined in xml. The textColor
attribute fieild in the Android Studio properties pannel shows [default] "@android:color/secondary_text_material_light"
.
How to get this default color programmically to reset a TextView color when needed?
PS: I've read through this post but it does not seem to answer my question.