Closed DeweyReed closed 5 years ago
"TextView" -> ThemeTextView(context, attrs)
===>
"TextView" -> AppCompatTextView(context, attrs).tint()
"TextView" -> ThemeTextView(context, attrs)
===>
"TextView" -> AppCompatTextView(context, attrs).tint()