mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-08 11:34:18 +08:00
feat: update demo
This commit is contained in:
@@ -224,7 +224,7 @@ private fun TabPagerView() {
|
|||||||
val scope = rememberCoroutineScope()
|
val scope = rememberCoroutineScope()
|
||||||
ScrollableTabRow(
|
ScrollableTabRow(
|
||||||
selectedTabIndex = state.currentPage,
|
selectedTabIndex = state.currentPage,
|
||||||
pagerState = state
|
indicator = { TabIndicator(modifier = Modifier.pagerTabIndicatorOffset(state)) }
|
||||||
) {
|
) {
|
||||||
for (index in 0 until pageCount)
|
for (index in 0 until pageCount)
|
||||||
Tab(
|
Tab(
|
||||||
|
Reference in New Issue
Block a user