我在 TextView 中显示长(随机)文本。如果有更多内容,我想在此 TextView 中显示 3 行并显示点 (...)。我知道我可以用 minLines 和 maxLines 限制 TextView 的行数,但我不知道在字符串中添加点的位置。
例如 TextView 可能/应该看起来像
"This i random text
this is a short one
and more is here..."
"This one has a very
loooooooooooooooong
string so where ..."