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-678caaee1d6d4389828859/]
Easy-peasy, right?