David W
01/09/2022, 6:16 AMLazyVerticalGrid
with adaptive cells?
I searched here and google, but there weren't any solutions.
edit: all set, came up with a different solution.LazyVerticalGrid(
horizontalArrangement = Arrangement.spacedBy(16.dp),
verticalArrangement = Arrangement.spacedBy(16.dp),
cells = GridCells.Adaptive(370.dp)
)
is my grid code