There is a solution to how to emphasize the usual line.
String htmlTaggedString = "<u>адреса</u>"; Spanned textSpan = android.text.Html.fromHtml(htmlTaggedString); tv_adr.setText(textSpan);
But there is no dotted underscore tag in HTML and this causes difficulties in solving.