AmrJyniat
08/18/2022, 11:59 AMLazyVerticalGrid
with fixed columns, which makes the width of the items controlled based on column count, but I want to set the item width from itself and the rest space be blank.
code in 🧵curioustechizen
08/18/2022, 12:33 PMGridItem
instead (Modifier.sizeIn(minWidth=56.dp).aspectRatio(1f)
)Albert Chang
08/18/2022, 2:08 PMModifier.wrapContentWidth().size(56.dp)
.