U sure he's not just looking for the input type of textmultiline????
On Dec 29, 5:47 pm, gato chlr <[email protected]> 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 > thers, no matt > er > > i need something like > > i'm a set of > words, some > ones larger > than others, > no matter > > I have tried using Gravity.CENTER_HORIZONTAL, it works but not totally. > > some advice? > > thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

