John Nichol
02/10/2022, 6:13 AMJohn Nichol
02/10/2022, 6:20 AMScalingLazyColumn
note that the default initial item offset has changed from 0 to 1. Used along with auto-centering this will position the 2nd list item (index == 1] just above the centerline of the viewport with the 1st [index == 0] item above it. So if you have a Header and then a set of list items it will lay out pretty naturally. Easy to adjust if you use case needs the old behaviour.