Ever wondered how to setup a Textview so that the text shows dots (ie: “this text is too lo…”) when the text is longer then the Textview wide?
Just use the android:ellipsize property and set singeline to true, like this:
[crayon-66feac219bda1812108579/]
Easy-peasy, right?