[android-developers] Re: Bug with Ellipsize in ListView?

2008-10-02 Thread Mark Hansen
I've went back and verified the text in the ListView is indeed clean. I'm at a loss as to where the empty block is coming from, any other ideas? Perhaps submit as a bug? On Sep 25, 8:40 am, Mark Hansen <[EMAIL PROTECTED]> wrote: > Hrmm.. well what's weird is the API is truncating the string and

[android-developers] Re: Bug with Ellipsize in ListView?

2008-09-25 Thread Mark Hansen
Hrmm.. well what's weird is the API is truncating the string and adding the "...", I'm just not sure where the extra character is coming from.. I'll take a look again, but the text is pretty clean as it's coming from an XML source. On Sep 25, 12:58 am, "Romain Guy" <[EMAIL PROTECTED]> wrote: > Yo

[android-developers] Re: Bug with Ellipsize in ListView?

2008-09-24 Thread Romain Guy
You should check the ascii values of your strings. It looks like a wrong line return (maybe a \r\n?) On Wed, Sep 24, 2008 at 10:32 AM, Mark Hansen <[EMAIL PROTECTED]> wrote: > > I was implementing a view this morning with Ellipsize and noticed some > characters appearing after the "..." > > http: