android - Is it possible to set text in a TextView with format -


In my layout.xml file, is it possible to set text with style? Like this is bold this is the default

Can I do this?

You can set the style manually in XML:


Comments