nuhkoca
04/13/2022, 10:04 AMCsaba Szugyiczki
04/13/2022, 10:28 AMRow
If yes, the Row has a verticalAlignment
parameter to which you can pass Alignment.CenterVertically
Chris Sinco [G]
04/13/2022, 10:36 AMnuhkoca
04/13/2022, 11:27 AMtitle
and description
inside a Column
, the description
doesn’t respect to the `title'`s space and overlaps it. Do you know why?Layout(
modifier = Modifier
.padding(horizontal = TRTheme.spacing.default)
.padding(top = TRTheme.spacing.default, bottom = TRTheme.spacing.single),
content = {
...
}) { measurables, constraints ->
...
maxHeight
, used placeables’ height and it is fixed 🙂