Guest User

Untitled

a guest
Aug 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. override fun onCreate(savedInstanceState: Bundle?) {
  2. // some smart stuff here
  3.  
  4. bottomAppBar.replaceMenu(R.menu.menu_wallpaper)
  5. bottomAppBar.setNavigationOnClickListener {
  6. // do something interesting on navigation click
  7. }
  8.  
  9. }
Add Comment
Please, Sign In to add comment