Adrien de Sentenac
10/04/2021, 3:51 PMAdrien de Sentenac
10/04/2021, 4:03 PMadjpd
10/04/2021, 4:16 PMAdrien de Sentenac
10/04/2021, 4:21 PMmattinger
10/04/2021, 5:36 PMAdrien de Sentenac
10/04/2021, 5:40 PMis GridCells.Adaptive ->
BoxWithConstraints(
modifier = modifier
) {
val nColumns = maxOf((maxWidth / cells.minSize).toInt(), 1)
FixedLazyGrid(
nColumns = nColumns,
state = state,
contentPadding = contentPadding,
scope = scope
)
}
Adrien de Sentenac
10/06/2021, 8:52 PM