FluidBottomNavigation-android icon indicating copy to clipboard operation
FluidBottomNavigation-android copied to clipboard

can we use it with Nav controller ?

Open gsrathoreniks opened this issue 3 years ago • 0 comments

val navView: BottomNavigationView = findViewById(R.id.nav_view)

val navController = findNavController(R.id.nav_host_fragment)

navView.setupWithNavController(navController)

Can we use it in this way ?

gsrathoreniks avatar Mar 13 '21 19:03 gsrathoreniks