Getting those dots on a ‘over-sized’ Android string

AndroidEver 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-662a25fb205d3504198622/] Easy-peasy, right?