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/layout/toolbar.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main/res/layout/toolbar.xml') 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 @@ - \ 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 -- cgit v1.2.3