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\"
setTypeface(Typeface.DEFAULT_BOLD, Typeface.BOLD_ITALIC);
It works for me