From 7b49f8fef76c446fffe0b794e4d82d13eafc04e7 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Fri, 13 Apr 2018 22:10:56 +0200 Subject: fixed popup menu in dark theme --- src/main/res/values/themes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/res/values/themes.xml') 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 @@ @color/primary @color/primary_dark @color/accent + @style/ThemeOverlay.AppCompat.Light @color/grey50 @color/grey200 @@ -76,7 +77,7 @@ @color/primary @color/primary_dark @color/accent - + @style/ThemeOverlay.AppCompat.Dark @color/grey800 @color/grey900 -- cgit v1.2.3