How can i remove the leftmost navigation drawer menu item on the Android Toolbar. Basically i wan\'t to contain 4 images in a horizontal fashion, Nothing else !
To remove the totally unfashionable margin who have the toolbar in the left side for a posible navigation icon you should do:
toolbar.setContentInsetsAbsolute(0,0);