Toolbar Isn't In The Center Of The Appbarlayout
I used this example to build a layout with two NavigationViews: http://v4all123.blogspot.de/2016/03/simple-example-of-navigation-view-on.html It works fine. But also in the demo on
Solution 1:
add
app:contentInsetStart="0dp"
to your toolbar.This will remove the extra padding in the left of the toolbar
Post a Comment for "Toolbar Isn't In The Center Of The Appbarlayout"