setHtmlText

fun setHtmlText(textView: TextView, content: String)

Sets an HTML formatted string as the contents of a TextView.

Parameters

textView

The TextView to set the contents to.

content

An HTML formatted string.