I\'m trying to use the TextView constructor with style like this:
TextView
TextView myText = new TextView(MyActivity.this, null, R.style.my_style);
Dynamically changing styles is not supported (yet). You have to set the style before the view gets created, via XML.