Fachridan Tio Mu'afa
Fachridan Tio Mu'afa
 
I don't know why my RPC showing that my docs is only have 2 pages, I've tried open other docs and it's still same.  whereas, the docs have more...
```kotlin Column { var pageCount by remember { mutableStateOf(5) } val pagerState = rememberPagerState() HorizontalPager( modifier = Modifier.padding(top = 24.dp), pageCount = pageCount, contentPadding = PaddingValues(horizontal = 64.dp), pageSpacing =...