Advertisement
i_trunker

Untitled

Nov 19th, 2021
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.42 KB | None | 0 0
  1.                 Scaffold(
  2.                     bottomBar = { BottomNavigationBar(navController) },
  3.                     floatingActionButtonPosition = FabPosition.Center,
  4.                     isFloatingActionButtonDocked = true
  5.                 ) {
  6.                         Box(Modifier.padding(it)) {
  7.                             NavigationComponent(navController = navController)
  8.                         }
  9.                     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement