Colton Idle
10/11/2023, 5:56 PMColumn(Modifier.fillMaxHeight){
Text()
Image(weight(1f))
Text()
Button { Text() }
}
and I would have thought all of the texts + button would show (they all have 1 line) and then with the rest of the available space, the image would fill it up. Currently it seems like the image is pushing all of the text off the bottom.Stylianos Gakis
10/11/2023, 6:00 PMColton Idle
10/11/2023, 6:02 PMStylianos Gakis
10/11/2023, 6:05 PMColton Idle
10/11/2023, 6:07 PMStylianos Gakis
10/11/2023, 6:11 PMColton Idle
10/12/2023, 1:27 AMStylianos Gakis
10/12/2023, 7:12 AMImage
but it was a normal Box
, did it behave the same way?Colton Idle
10/12/2023, 5:12 PM