How to change the humberger icon in toolbar?
问题 I am using mikepenz drawer library but I want to change default humburger icon and back arrow icon with my own drawable icon. I have tried many times but I am unable to change the icon with my own icon . Can anyone help me ? new DrawerBuilder() .withActivity(this) .withTranslucentStatusBar(false) .withActionBarDrawerToggle(false) .withToolbar(toolbar) .addDrawerItems( //pass your items here ) .build(); CODE TO SHOW THE HUMBURGER ICON: getSupportActionBar().setDisplayHomeAsUpEnabled(false);