In my layout, I have defined a TextView
and have given it the id - textName
.
Programmatically, I have set its text to My name is Blah
. I was wondering if it is possible to programmatically increase the textsize
of just Blah
and not the whole TextView
?