spanned
Remove extra line breaks after Html.fromHtml()
Nice answer @Christine. I wrote a similar function to remove trailing whitespace from a CharSequence this afternoon: /** Trims trailing whitespace. Removes any of these characters: * 0009, HORIZONTAL TABULATION * 000A, LINE FEED * 000B, VERTICAL TABULATION * 000C, FORM FEED * 000D, CARRIAGE RETURN * 001C, FILE SEPARATOR * 001D, GROUP SEPARATOR * … Read more