I write this line in the strings.xml:
<string name="Help">This<b>Caaaaaa</b> on the spot.</string>
But the characters between the <b> tag don’t become bold. What am I doing incorrectly?
PS:I just wanna make some part in the string (like “Caaaaa” above) bold.
When you set the text of some widget to this string use the following code:
In strings.xml use this to add ur string:
In your activity