Я пробую это: < /p>
Код: Выделить всё
Row {
Text(
modifier = Modifier.weight(1f).padding(top = 16.dp, bottom = 8.dp),
text = title,
style = titleStyle,
color = MaterialTheme.colorScheme.error
)
Text(
modifier = Modifier.weight(1f).padding(top = 16.dp, bottom = 8.dp).fillMaxSize(),
text = texts[1],
color = MaterialTheme.colorScheme.error,
style = style
)
}
Код: Выделить всё
|LECTURA BREVE Ex 19, 4-6a|
Подробнее здесь: [url]https://stackoverflow.com/questions/79497940/how-to-align-two-texts-one-on-the-left-margin-and-one-on-the-right-margin-in-je[/url]