Skip to content

Instantly share code, notes, and snippets.

@robertlevonyan
Created August 20, 2018 12:30
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 robertlevonyan/47455c12ec4bd4bd8e4300b3f14d47b3 to your computer and use it in GitHub Desktop.
Save robertlevonyan/47455c12ec4bd4bd8e4300b3f14d47b3 to your computer and use it in GitHub Desktop.
override fun onCreate(savedInstanceState: Bundle?) {
// some smart stuff here
bottomAppBar.replaceMenu(R.menu.menu_wallpaper)
bottomAppBar.setNavigationOnClickListener {
// do something interesting on navigation click
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment