is it possible to add
in TextView? Has anyone achieved similar functionality?
I want to have non-breakable space in TextView.
TextView
respects the Unicode no-break space character (\u00A0
), which would be a simpler/lighter solution than HTML.