Jetpack LazyColumn verticalArrangement Top not grouping sparse items at top of column
I have an app using LazyColumn. On my device, when there are insufficient items to fill the column, it’s vertically spacing them equally with large gaps in between, even though I’ve specified verticalArrangement = Arrangement.Top
. The Preview for some reason is minimally-spaced as expected even though the API versions are set to be the same (34). I’m not getting any clues from Layout Inspector as to why it’s not grouping my cards – all the attributes are as I’d expect. What could be causing this?