Android Toolbar: title and overflow menus aligment issue on 5.0 only
问题 I am developing an Android app following Material Design standards, and in order to maintain compatibility I implemented a custom Toolbar as shown here: http://www.android4devs.com/2014/12/how-to-make-material-design-app.html with my code for the toolbar being <?xml version="1.0" encoding="utf-8"?> <android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppToolbar" android:background="@color/primary" android:orientation="vertical"