I am displaying a long (random) text in a TextView. I want to show 3 lines in this TextView and show dots (...) if there is more content. I know I can limit the lines of a TextView with minLines and maxLines, but I don't know where to add the dots in the string.
E.g. the TextView could/should look like
"This i random text
this is a short one
and more is here..."
"This one has a very
loooooooooooooooong
string so where ..."