alorma
05/19/2021, 8:57 PMLazyXxxx
that scrolls with the content?
ON this example the circles must scroll to the start (left) of the screen, but start with some extra paddingalorma
05/19/2021, 8:58 PMLazyRow(modifier = Modifier.padding(start = 16.dp) {
...
}
alorma
05/19/2021, 8:59 PMcontentPadding
Halil Ozercan
05/19/2021, 10:30 PMitem {
Spacer(Modifier.width(16.dp))
}
😅