From 6921e1dab6d3170da19242d95d0d740a5161fcf9 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Fri, 13 Apr 2018 22:12:01 +0200 Subject: put toolbar elevation in dimen file --- src/main/res/layout/toolbar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/res/layout/toolbar.xml') diff --git a/src/main/res/layout/toolbar.xml b/src/main/res/layout/toolbar.xml index 5cb8b021a..ca0ab0cd3 100644 --- a/src/main/res/layout/toolbar.xml +++ b/src/main/res/layout/toolbar.xml @@ -4,7 +4,7 @@ android:layout_height="wrap_content" android:background="?attr/colorPrimary" android:minHeight="?attr/actionBarSize" - android:elevation="4dp" + android:elevation="@dimen/toolbar_elevation" android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" app:popupTheme="?popupOverlayStyle" xmlns:android="http://schemas.android.com/apk/res/android" -- cgit v1.2.3