We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb983c commit 24247fdCopy full SHA for 24247fd
1 file changed
app/src/main/res/values/styles_misc.xml
@@ -66,7 +66,10 @@
66
<item name="tint">?attr/actionColor</item>
67
</style>
68
69
- <style name="DarkPopupMenu" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/>
+ <style name="DarkPopupMenu" parent="Widget.AppCompat.PopupMenu">
70
+ <item name="android:itemBackground">#2E2E2E</item>
71
+ <item name="android:textColor">@color/white</item>
72
+ </style>
73
74
<style name="ToolbarTheme" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
75
<item name="popupTheme">@style/ThemeOverlay.AppCompat.DayNight.ActionBar</item>
0 commit comments