[android-developers] Re: ellipsize not working with TextView

2009-01-28 Thread Mark Nuetzmann
This is weird... It didn't work all day yesterday, but I just looked at it and it is now both truncating and ellipsizing correctly. I am using the singleLine=true on the TextView. On Jan 27, 1:53 pm, Mark Nuetzmann mark.nuetzm...@gmail.com wrote: darn, that didn't work either. On Jan 27,

[android-developers] Re: ellipsize not working with TextView

2009-01-27 Thread James Yum
Hi Mark, Try android:singleLine=true instead of android:maxLines=1 Cheers, James On Mon, Jan 26, 2009 at 7:48 PM, Mark Nuetzmann mark.nuetzm...@gmail.com wrote: just tried that. no change. Still does not display the ..., just truncates the text. On Jan 26, 6:15 pm, Romain Guy

[android-developers] Re: ellipsize not working with TextView

2009-01-27 Thread Mark Nuetzmann
darn, that didn't work either. On Jan 27, 1:28 pm, James Yum j...@google.com wrote: Hi Mark, Try android:singleLine=true instead of android:maxLines=1 Cheers, James On Mon, Jan 26, 2009 at 7:48 PM, Mark Nuetzmann mark.nuetzm...@gmail.com wrote: just tried that.  no change. Still

[android-developers] Re: ellipsize not working with TextView

2009-01-26 Thread Romain Guy
Try changing the TextView's width from wrap_content to 0dip. On Mon, Jan 26, 2009 at 4:13 PM, Mark Nuetzmann mark.nuetzm...@gmail.com wrote: I am using the following to create a layout that is inflated and used in a ListView. The text in the first TextView gets truncated but I do not get

[android-developers] Re: ellipsize not working with TextView

2009-01-26 Thread Mark Nuetzmann
just tried that. no change. Still does not display the ..., just truncates the text. On Jan 26, 6:15 pm, Romain Guy romain...@google.com wrote: Try changing the TextView's width from wrap_content to 0dip. On Mon, Jan 26, 2009 at 4:13 PM, Mark Nuetzmann mark.nuetzm...@gmail.com wrote: