Re: [android-developers] how to avoid cut off of words in TextView

2010-12-31 Thread TreKing
On Wed, Dec 29, 2010 at 4:47 PM, gato chlr wrote: > some advice? I have many TextViews with a lot of text that causes them to wrap and they always wrap around the words (as in your second example). Is that all you're doing? Just setting text and it shows up that way? Weirdness. ---

Re: [android-developers] how to avoid cut off of words in TextView

2010-12-29 Thread Nikola
On Wed, Dec 29, 2010 at 11:47 PM, gato chlr wrote: > Hi list! > > for example : > > TextView a = new TextView(this); > a.setText("I'm a set of words, some ones larger than others, no matter"); > > it is posible to have painted the next : > > i'm a set of wo > rds, some one > s larger than o > the

[android-developers] how to avoid cut off of words in TextView

2010-12-29 Thread gato chlr
Hi list! for example : TextView a = new TextView(this); a.setText("I'm a set of words, some ones larger than others, no matter"); it is posible to have painted the next : i'm a set of wo rds, some one s larger than o thers, no matt er i need something like i'm a set of words, some ones larger