How can I change the color, size and boldness of the text programmatically (via java-code) without resorting to android: textSize and android: color and at the same time creating new TextView each time? I use this method:
TextView text = (TextView)findViewById(R.id.textview1); text.setText("Простой текст")