<android.support.v7.widget.Toolbar android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:background="?attr/colorPrimary" app:contentInsetStartWithNavigation="0dp" <= this app:popupTheme="@style/AppTheme.PopupOverlay"/>
app:contentInsetStartWithNavigation=”0dp” 를 넣으면 이 정도의 간격이
이렇게 변한다.
도움받은 곳 : http://stackoverflow.com/a/38098273/1025379