ДР
Size: a a a
ДР
АЧ
A
ДР
Ф
Ф
ДР
АЧ
АЧ
Ф
Ф
Ф
val navHostFragment = supportFragmentManager
.findFragmentById(R.id.nav_host_fragment) as NavHostFragment
val navController = navHostFragment.navController
// Passing each menu ID as a set of Ids because each
// menu should be considered as top level destinations.
val appBarConfiguration = AppBarConfiguration(setOf(
R.id.navigation_home, R.id.navigation_dashboard, R.id.navigation_notifications))
setupActionBarWithNavController(navController, appBarConfiguration)
binding.navView.setupWithNavController(navController)
АЧ
Ф
TN
V
TN
AV