I have a android textview
and I am setting text
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);
At the time of running. I am getting like below
I don't want split my text.How I can stop to splitting of the word