I have to set the style for a TextView which is created programmatically.
TextView
How do I implement style=\"@style/test\" programmaticall
style=\"@style/test\"
Dynamic style change is not currently supported. You must set the style before the view is create (in xml).