Colton Idle
08/18/2021, 5:46 PMColton Idle
08/18/2021, 5:47 PMHorizontalPager(
state = pagerState,
horizontalAlignment = Alignment.Start,
modifier = Modifier.fillMaxWidth(),
itemSpacing = 16.dp) { page ->
Column(modifier = Modifier.fillMaxWidth(0.85f)) { content[page]() }
}
^ Looks great, but no padding off the left sideColton Idle
08/18/2021, 5:48 PMpadding(start = 16.dp)
to the HP modifier then I DO get the padding on the left side BUT when scrolling, all of the items get clipped when paging to the next item.cb
08/18/2021, 5:48 PMcontentPadding
to add some inner paddingColton Idle
08/18/2021, 5:49 PMColton Idle
08/18/2021, 5:50 PMcb
08/18/2021, 5:55 PMcontentPadding
🤦♂️. Would you mind raising an issue and I'll add it tomorrow?Colton Idle
08/18/2021, 5:56 PMcb
08/18/2021, 5:59 PMColton Idle
08/18/2021, 6:00 PMColton Idle
08/18/2021, 6:40 PMcb
08/18/2021, 6:47 PMColton Idle
08/18/2021, 6:51 PMColton Idle
09/30/2021, 12:50 PM