How to put bold text in String.xml from Android?

2

Hello

On Android, I put:

<string name="msg"> <b> Mensagem: </b> A mensagem que será ixibida junto ao áudio na tela. </string>

Just where it says "Message" I would like it to be bold, but even using the bold tag is not working.

Can you help me, please?

    
asked by anonymous 27.10.2015 / 04:31

1 answer

1

Actually using only <b> </br> worked. The problem was that I stayed the entire week developing the app on my note which is bad and I could not test it. Now at home I tested on my PC and it worked in bold, but it just does not appear inside Android Studio, just at the time of application execution:)

    
27.10.2015 / 05:05