I have a TextView that I want to limit characters of it. Actually, I can do this but the thing that I\'m looking for is how to add three dots (...) at the end o
I take it you want to limit width to one line and not limit it by character? Since singleLine is deprecated, you could try using the following together: