Untitled

 avatar
unknown
plain_text
2 years ago
439 B
5
Indexable
  val navController = findNavController(R.id.nav_host_fragment_content_main)
        val drawerLayout: DrawerLayout = binding.drawerLayout
        val navView: NavigationView = binding.navView 
appBarConfiguration = AppBarConfiguration(setOf(R.id.nav_home, R.id.nav_setting, R.id.logout), drawerLayout)
        setupActionBarWithNavController(navController, appBarConfiguration)
        navView.setupWithNavController(navController)
Editor is loading...