From 62cedac056aadfbec4b15183fac76e6e011443e5 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger <info@andy-scherzinger.de> Date: Mon, 12 Jul 2021 18:26:44 +0200 Subject: [PATCH] add item background for popup menu items Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> --- app/src/main/res/values/styles.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 488c4d5b9..7b09c2017 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -81,6 +81,7 @@ <style name="appActionBarPopupMenu" parent="@style/Widget.AppCompat.PopupMenu.Overflow"> <item name="android:colorPrimary">@color/fg_inverse</item> <item name="android:textColorSecondary">@color/fontAppbar</item> + <item name="android:itemBackground">@color/appbar</item> <item name="android:background">@color/appbar</item> <item name="android:textColor">@color/high_emphasis_text</item> <item name="iconTint">@color/fontAppbar</item>