aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-13 22:10:56 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-13 22:10:56 +0200
commit7b49f8fef76c446fffe0b794e4d82d13eafc04e7 (patch)
treec1dd6af7b2112d53858992a599a3eabcadb3fe11 /src/main/res/layout
parentf7999d2cadb875ad2b2f04260ff1ff9f0abc95ef (diff)
fixed popup menu in dark theme
Diffstat (limited to 'src/main/res/layout')
-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 932252873..5cb8b021a 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 xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:id="@+id/toolbar"
+<android.support.v7.widget.Toolbar android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
- android:elevation="6dp"
android:minHeight="?attr/actionBarSize"
+ android:elevation="4dp"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
- app:popupTheme="@style/ThemeOverlay.AppCompat.Light" /> \ No newline at end of file
+ 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