aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/toolbar.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-29 14:52:52 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-29 14:52:52 +0200
commit23fdefff77bc39e021827ffc0cfd3217da873bda (patch)
treeeaa3f832583d08732699e6e9b142b3786d20a2c7 /src/main/res/layout/toolbar.xml
parent4ddaa45ee3dd1a346da254f2ca9b72c933dc2292 (diff)
some more theme fixes
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/toolbar.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/res/layout/toolbar.xml b/src/main/res/layout/toolbar.xml
index ca0ab0cd3..e9782393f 100644
--- a/src/main/res/layout/toolbar.xml
+++ b/src/main/res/layout/toolbar.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
-<android.support.v7.widget.Toolbar android:id="@+id/toolbar"
+<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
- android:minHeight="?attr/actionBarSize"
android:elevation="@dimen/toolbar_elevation"
+ android:minHeight="?attr/actionBarSize"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
- app:popupTheme="?popupOverlayStyle"
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto" /> \ No newline at end of file
+ app:popupTheme="?popupOverlayStyle" /> \ No newline at end of file