DeweyReed / Theme

🎨 An Experimental Theme Engine for Android
Apache License 2.0
93 stars 6 forks source link

Can we simply tint a view without creating its subclass? #2

Closed DeweyReed closed 5 years ago

DeweyReed commented 5 years ago

"TextView" -> ThemeTextView(context, attrs)

===>

"TextView" -> AppCompatTextView(context, attrs).tint()