
Box(modifier = modifier) {
Row {
Image(painter = painterResource(id = topic.image), contentDescription = stringResource(
id = topic.name
) )
Column {
Text(text = stringResource(id = topic.name))
Text(text = stringResource(id = topic.pixel))
}
}
}
Подробнее здесь: https://stackoverflow.com/questions/784 ... ng-compose
Мобильная версия