I write this line in the strings.xml:
ThisCaaaaaa on the spot.
But the charac
When you set the text of some widget to this string use the following code:
In strings.xml use this to add ur string:
Caaaaaa on the spot. ]]>
In your activity
yourWidget.setText(Html.fromHtml(getString(R.string.Help)));