Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Disable Word-wrap in Android Multiline TextView? [duplicate]

Possible Duplicate:
Disable Word Wrap in an Android Multi-Line TextView

I have a question about Android TextView. Is it possible to disable word-wrap in multiline TextView?

I want to use Multiline TextView like following:

apple orange apple oran

ge apple orange apple o

range

But actual TextView is following:

apple orange apple

orange apple orange

apple orange apple

orange apple orange

I want to feed new line JUST 23byte.

like image 371
user1560987 Avatar asked Jul 29 '12 13:07

user1560987


1 Answers

try to fix size of width, may be this work.

like image 116
Android Dev Avatar answered Oct 02 '22 18:10

Android Dev