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