Fixed Toolbar height small for sdk version < Android Llollipop (#268)

This commit is contained in:
Saket 2016-07-07 08:49:22 -07:00 committed by Synced Synapse
parent 89a28275bd
commit a4f5316c93
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/default_toolbar"
android:layout_height="?android:attr/actionBarSize"
android:layout_height="?attr/actionBarSize"
android:layout_width="match_parent"
android:theme="?attr/actionBarTheme"
app:popupTheme="?attr/actionBarPopupTheme"