aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/toolbar.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-13 22:12:01 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-13 22:12:01 +0200
commit6921e1dab6d3170da19242d95d0d740a5161fcf9 (patch)
tree7f2c1b9ef8eec23600b3ef413170aa300e4a3c86 /src/main/res/layout/toolbar.xml
parent7b49f8fef76c446fffe0b794e4d82d13eafc04e7 (diff)
put toolbar elevation in dimen file
Diffstat (limited to 'src/main/res/layout/toolbar.xml')
-rw-r--r--src/main/res/layout/toolbar.xml2
1 files changed, 1 insertions, 1 deletions
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"