S
Size: a a a
S
R
Paint.measureText
S
S
Р
TextView.linesCount
.Р
Р
Р
R
Р
fun trim(text: String): String {
return if (text.length > MAX_LENGTH) {
text.substring(0, MAX_LENGTH)
.replace(text.get(text.lastIndex), $ellipsis)
} else {
text
}
}
Р
$ellipsis
– символ из kotlin.text.Typography
DM
i
v
v
Sλ
v
v
Sλ
v