Colton Idle
01/10/2025, 4:11 PMLazyVerticalGrid(
columns = GridCells.Fixed(2),
horizontalArrangement = Arrangement.spacedBy(8.dp),
verticalArrangement = Arrangement.spacedBy(8.dp),
modifier = Modifier.fillMaxSize()
) {
...
and everything works great except I have two items types... and both are slightly different heights. Is there a way to do an IntrinsicSize thing here to make sure that both items in a Row are the same size?Colton Idle
01/10/2025, 4:12 PMColton Idle
01/10/2025, 4:37 PMZach Klippenstein (he/him) [MOD]
01/10/2025, 9:38 PMColton Idle
01/11/2025, 1:29 AMColton Idle
01/11/2025, 1:29 AM