diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-04-13 22:10:56 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-04-13 22:10:56 +0200 |
commit | 7b49f8fef76c446fffe0b794e4d82d13eafc04e7 (patch) | |
tree | c1dd6af7b2112d53858992a599a3eabcadb3fe11 /src/main/res/values/themes.xml | |
parent | f7999d2cadb875ad2b2f04260ff1ff9f0abc95ef (diff) |
fixed popup menu in dark theme
Diffstat (limited to 'src/main/res/values/themes.xml')
-rw-r--r-- | src/main/res/values/themes.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml index 180ba0eeb..0fed4d2b3 100644 --- a/src/main/res/values/themes.xml +++ b/src/main/res/values/themes.xml @@ -5,6 +5,7 @@ <item name="colorPrimary">@color/primary</item> <item name="colorPrimaryDark">@color/primary_dark</item> <item name="colorAccent">@color/accent</item> + <item name="popupOverlayStyle">@style/ThemeOverlay.AppCompat.Light</item> <item name="color_background_primary">@color/grey50</item> <item name="color_background_secondary">@color/grey200</item> @@ -76,7 +77,7 @@ <item name="colorPrimary">@color/primary</item> <item name="colorPrimaryDark">@color/primary_dark</item> <item name="colorAccent">@color/accent</item> - + <item name="popupOverlayStyle">@style/ThemeOverlay.AppCompat.Dark</item> <item name="color_background_primary">@color/grey800</item> <item name="color_background_secondary">@color/grey900</item> |