A new setting that would prevent word wrapping when the text is too long for the width so I don't have to extend the LV label widths beyond the activity width.
I suppose so but that works against the aesthetics of my app with the use of whitespace and my choices of font sizes across many device types and different screen ppi. It just would be simpler to never have to worry about word wrapping (or even just hints of it being visible) with some devices.
Can this be implemented or is there an obstacle to it being done?
I suppose so but that works against the aesthetics of my app with the use of whitespace and my choices of font sizes across many device types and different screen ppi. It just would be simpler to never have to worry about word wrapping (or even just hints of it being visible) with some devices.
Can this be implemented or is there an obstacle to it being done?
@Erel: Could you please also consider a MARQUEE effect for native listview labels when the line is too long? Something like:
SetEllipsize(ListView.SingleLineLayout.Label, "MARQUEE")
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.