Код: Выделить всё
Row(
horizontalArrangement = Arrangement.Center,
verticalAlignment = Alignment.CenterVertically,
modifier = Modifier.fillMaxWidth(),
) {
Icon(
imageVector = Icons.Default.Email,
tint = TextColor1,
contentDescription = "email icon",
)
Text(
text = stringResource(R.string.mail_adress),
color = TextColor1,
fontSize = 20.sp,
)
}

< /p>
Я знаю, что оно близко к центру, но не идеально центрировано.
Подробнее здесь: https://stackoverflow.com/questions/783 ... er-an-icon
Мобильная версия