I have a drawer in my Android App. The drawer has a hamburger icon on the left side of the toolbar. I want to hide the hamburger icon. I use the following code:
mDrawerToggle.setDrawerIndicatorEnabled(false); The hamburger disappear, however, there is still a white space left, as is shown in the following img.
How can I make the white space disappear?


ToolBar?