Set toolbar size to actionBarSize attr

pull/437/head
Alex Baker 8 years ago
parent e81bcbd5f2
commit 52444b055f

@ -2,7 +2,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:elevation="@dimen/elevation_toolbar"
app:toolbarStyle="@style/Widget.AppCompat.Toolbar"

Loading…
Cancel
Save