Ok, I finally found that in a custom list view, textview.ellipsize works only
with
android:shrinkColumns="1"
android:stretchColumns="1"
Patrick.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Truncate-long-label-with-ellipsis-in-a-custom-list-view-tp5711010p571
Hi,
I've a custom listview that shows a long label left aligned and a short
label right aligned.
when the main label is long, it pushes the right label out of the list view.
How can I truncate the left label to fit perfectly the available space ?
nb: I've the same issue for ios :(
Best regards