I customized that side menu icon and put an icon of mine. Here is the image:
Problem: When I click on the Icon, it no longer opens that menu on the side. Here is the code I used to change the icon:
toggle.setHomeAsUpIndicator(R.drawable.icon_hamburg_min);
drawer.setDrawerListener(toggle);
Would it be possible to keep this icon and make its click open the menu?