I\'m using the new DrawerLayout to have side navigation. I\'m using the drawer icon (the \'hamburger\') like this:
DrawerLayout
@Override protected void onSt
To disable and hide the DrawerToggle "Hamburger", just call
mDrawerToggle.setDrawerIndicatorEnabled(false);