Android Question Customizable text

Hi everyone, I am trying to create an activity for each pages on my app, every pages loading only text and a couple of pictures. So I tried to use a Label in the Designer and then fill it programmatically with text, however i cannot 'customize' the text. What I mean by that is I can't for exemple rearrange it and change it's structure (jump a line, highlight some words with bold characters, change the size of some words, etc...). Is there a way to do it, knowing that I have to repeat the procedure for every page ? Thanks in advance for the replies and for the support.
 
Top