android - Ellipsize within word possible? -
I have a list of items where words can be long and width of text view I would like the text to be ellipsized. Android: Layout_width = "100dp" Android: Layout_Height = "Wrap-Content" Android: MaxLines = "1" Android: ellipsize = "End" Android: Text = "* Something Long Word Longthanwidth "/ & gt;
The problem is, that output is You can use * ... instead of
* SomeVeryLongWordWhy ... . How do I get the above version?
\ u00A0 instead of normal location icon < code> \ u00A0 its non-breakable space
Android: text = "* \ u00A0SomeVeryLongWordWhichIsLongerThanWidth"
Comments
Post a Comment