I have an Android TextView displaying some text, and it\'s multi-line. However, in the text, I sometimes have domain names; how can I stop the TextView from splitting the l
Use this :
android:singleLine="true" in xml