Skip to content
Snippets Groups Projects
Commit b2c1246a authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Set Toolbar popup background to grey

Fixes #1437
parent b74aa6cd
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,6 @@
<style name="Toolbar.VLC" parent="ThemeOverlay.MaterialComponents.Toolbar.Surface">
<item name="android:textCursorDrawable">@drawable/cursor_w</item>
<item name="colorControlNormal">@color/grey400</item>
<item name="popupMenuBackground">@color/black</item>
<item name="popupMenuBackground">@color/grey875</item>
</style>
</resources>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment