SeriesGuide
SeriesGuide copied to clipboard
TextView wraps single word instead of ellipsising
Reported on G+ Also in dialogs G+
Android TextView
, don't we love you!
Two solutions:
- Make it a single line
TextView
- Use a custom implementation (which is what probably everybody is doing already, if I remember correctly)
With the use of the support ButtonBarLayout
this issue should rarely occur for dialogs.