0
I customize that icon from the side menu and put an icon of mine. Follow the image:
Problem: When I click on the Icon, it no longer opens that menu on the side. Follow the code I used to change the icon:
toggle.setHomeAsUpIndicator(R.drawable.icon_hamburg_min);
drawer.setDrawerListener(toggle);
It would be possible to keep this icon and make the click of it open the menu ?
Did my answer answer answer your questions? Is there anything that needs a better explanation?
– ramaral