Код: Выделить всё
Column(
modifier = Modifier.wrapContentWidth()
// modifier = Modifier.width(IntrinsicSize.Max)
) {
Text("short text", Modifier.background(Color.LightGray))
Text("some longer text", Modifier.background(Color.LightGray))
}


Подробнее здесь: https://stackoverflow.com/questions/664 ... droid-jetp