Here is a picture of the large padding gap after the menu icon:
This occurred after not working on my project for a month (summer school). I just came back to it an
Add these properties to your Toolbar
:
app:contentInsetLeft="0dp"
app:contentInsetStart="0dp"
app:contentInsetStartWithNavigation="0dp"
This will disable inset start padding from Toolbar
's title
I figured it out! I had to set
app:contentInsetStartWithNavigation="0dp"
in my Toolbar
layout.