MarkRS
09/27/2023, 2:17 PMMihai Batista
09/27/2023, 2:24 PMweight(1f)
to take the available space and push the second one to the bottom. ex:
Column(
modifier = Modifier.fillMaxSize()
) {
Box(modifier = Modifier.weight(1f))
Box(
modifier = Modifier
.fillMaxWidth()
.height(60.dp)
)
}
MarkRS
09/27/2023, 2:28 PMPablichjenkov
09/27/2023, 2:40 PMLayout {}
Layout
Composable. You can do so many things