Код: Выделить всё
SelectionContainer {
Text(
text = valueText,
style = if (lowKey) MaterialTheme.typography.bodyMedium else MaterialTheme.typography.bodyLarge,
lineHeight = MaterialTheme.typography.bodyMedium.lineHeight,
color = if (lowKey) MaterialTheme.colorScheme.onSurfaceVariant else MaterialTheme.colorScheme.onBackground,
maxLines = 5,
overflow = TextOverflow.Ellipsis,
)
}
kotlin = "2.0.0"
composeBom = "2024.04.01"
I надеюсь, что есть способ включить выделение всего текста по умолчанию при длительном нажатии.
Подробнее здесь: https://stackoverflow.com/questions/793 ... by-default