I want to set left margin for Navigation Drawer, like in new play market.

I use ActionBarDrawerToggle from android.support.v7, but I can't make margin in the left on drawer indicator. 

Is it possible?
Update: Yes, with toolbar widget I see margins. But I have another problem: This is Navigation Drawer in white color

But when I use
mDrawerToggle.setDrawerIndicatorEnabled(false);
mDrawerLayout.setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_CLOSED);
I see back icon in black

Can I make back button white programmatically? Or use custom icon only?