I have to set the style for a TextView which is created programmatically.
TextView
How do I implement style="@style/test" programmatically?
style="@style/test"
I have looked at the Android developer style documentation already, but it did not answer my question. Any ideas?
Dynamic style change is not currently supported. You must set the style before the view is create (in xml).
1.4m articles
1.4m replys
5 comments
57.0k users