android.support.v7.widget.Toolbar icon alignment issue
Using the new Android 5.0 Toolbar approach, and following the Google IO example, I'm setting a navigation icon and a spinner in the toolbar. The issue is, the navigation icon is BOTTOM-aligned. I can't find any reason why this is happening... [Note that I deliberately set it to a solid square to see the alignment issue more clearly] My code is as follows: toolbar.xml <android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" app:theme="@style/ActionBarThemeOverlay" app:popupTheme="@style