如何阻止textview分割单词?

时间:2017-12-15 10:49:16

标签: android textview

我有一个Android textview,我正在设置文字

String htmlAsString="That is great I will request one of our advisor to contact you to provide details on the camp availability";    
Spanned htmlAsSpanned = Html.fromHtml(htmlAsString.replace(" ", "&#160") );
textview.setText(htmlAsSpanned);

在跑步时。我好像在下面

enter image description here

我不想分割我的文字。我如何能够停止分割单词

0 个答案:

没有答案