我有一个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(" ", " ") );
textview.setText(htmlAsSpanned);
在跑步时。我好像在下面
我不想分割我的文字。我如何能够停止分割单词