Skip to content

Instantly share code, notes, and snippets.

@BKinya
Created December 20, 2019 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BKinya/f94527e1c327ea1e058d50e5996d9f7b to your computer and use it in GitHub Desktop.
Save BKinya/f94527e1c327ea1e058d50e5996d9f7b to your computer and use it in GitHub Desktop.
//setting up toolbar using custom navigatedListener
val toolbar = rootView.findViewById<Toolbar>(R.id.toolbar)
navHostFragment.navController.addOnDestinationChangedListener { _, destination, _ ->
toolbar.title = destination.label
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment