How to disable word wrap in Android Multiline TextView?

Possible duplicate:
Disable Word Wrap in a multi-line text Android application

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

I want to use Multiline TextView, for example:

apple apple orange

ge apple apple apple o

range

But the actual TextView is as follows:

apple apple

orange apple orange

apple apple

orange apple orange

I want to load a new line of JUST 23byte.

+5
source share
1 answer

try to fix the width size, maybe this work.

+1
source

All Articles