I have a toolbar as well as a navigation drawer. When I start my app, the toolbar and navigation drawer are created. When I click items in the navigation drawer, it starts n
Using new MaterialToolbar it's very easy to create an overflow menu and use to:
and then in code to set OnCLick Listeners just add this:
toolbar.setOnMenuItemClickListener { // .. DO SOMETHING HERE false }