Android and   in TextView

前端 未结 7 1997
一向
一向 2020-12-12 18:52

is it possible to add   in TextView? Has anyone achieved similar functionality?

I want to have non-breakable space in TextView.

7条回答
  •  Happy的楠姐
    2020-12-12 19:18

    The TextView should respect the non breaking space

    Hello world
    

    or

    new TextView("Hello\u00A0world");
    

提交回复
热议问题