Android API 21工具栏徽标重力无法在扩展工具栏中使用

时间:2015-03-18 07:23:43

标签: android android-actionbar material-design android-toolbar

我可以通过将Gravity设置为top来成功将Toolbar Title和Subtitle对齐到顶部。但它不适用于Toolbar徽标。即使将重力设置到顶部,徽标仍然对齐中心。我希望它像标题和副标题一样对齐。

<android.support.v7.widget.Toolbar
            android:id="@+id/toolbar"
            app:titleMarginTop="18dp"
            android:layout_width="match_parent"
            android:gravity="top"
            android:layout_height="168dp"
            android:minHeight="56dp"
            android:background="?attr/colorPrimary"
            app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" />

enter image description here

0 个答案:

没有答案