Hi,

I noticed that android:ellipsize will always ellipsize a single line
as soon as it doesn't fit the width of a TextView. That makes no sense
however for multi-line TextViews, since you will then get something
like this:

some very long tex...
this line fits.
this one does not f...

you get the idea. What I want instead is this:

some very long
text. this line fits.
this one does not f...

the ellipsis should always be at the end of the *text*, not at the end
of the current line.

Is this possible with Android or do I have to write something myself
(which I am not particularly eager to do to be honest)?

Thanks for you input.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to