Several HTML tags in the strings.xml file display correctly when used in a TextView, therefore, for example, the following text resource will be allocated:
<string name="example_text"><b>This text is bold</b></string>
However, if the same text is used in a user dialog, formatting is ignored.
Does anyone know how to format part of the text in a scroll in a dialog box?
android formatting text dialog
John j smith
source share