Dragos Rachieru
09/05/2023, 8:48 AMDragos Rachieru
09/05/2023, 8:49 AMfillMaxWidth
with sizeIn
but it didn't work, I'm not sure why, the composable will use the parent's widthvide
09/05/2023, 9:10 AMvide
09/05/2023, 9:11 AMfillMaxWidth()
refers to the incoming constraints. It's working as intended when it fills the parent's width.vide
09/05/2023, 9:13 AMwrapContentSize(unbounded = true)
to ignore incoming constraints.Albert Chang
09/05/2023, 9:18 AMsizeIn
before fillMaxWidth
.vide
09/05/2023, 9:23 AMDragos Rachieru
09/05/2023, 1:08 PM