Код: Выделить всё
Row(
modifier = Modifier.fillMaxWidth()
.padding(start = 12.dp, top = 5.dp, end = 10.dp, bottom = 5.dp)
) {
val statusTextField = Text(
text = statusText,
fontSize = 17.sp,
color = Color(0xb9, 0xda, 0xfc),
fontFamily = FontFamily.Serif
)
}
Я пробовал установить идентификатор следующим образом
Код: Выделить всё
statusTextField.id = 1234Подробнее здесь: https://stackoverflow.com/questions/790 ... text-field