Open WahdanZ opened 6 years ago
can anybody help ? i have same problem still
the thing that worked for me is that i just needed to call toolbar.setNavigationIcon(R.drawable.ic_toolbar_menu); at the end of onCreate or after SlidingRootNavBuilder(this).(...).inject()
You just have to put just like below.
slidingRootNav = new SlidingRootNavBuilder(this) .withToolbarMenuToggle(toolbar) .withMenuOpened(false) .withContentClickableWhenMenuOpened(false) .withSavedState(savedInstanceState) .withMenuLayout(R.layout.menu_left_drawer) .inject();
toolbar.setNavigationIcon(R.drawable.ic_menu);
It works for me.
how to change or add my custom menu Burger menu icon