Код: Выделить всё
val staticLayout =
StaticLayout.Builder.obtain(fullText, 0, fullText.length, textPaint, containerWidth).build()
Подробнее здесь: https://stackoverflow.com/questions/792 ... aticlayout
Код: Выделить всё
val staticLayout =
StaticLayout.Builder.obtain(fullText, 0, fullText.length, textPaint, containerWidth).build()