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

Fix popup background color in dark theme

parent 3c034478
No related branches found
No related tags found
1 merge request!516Redesign
......@@ -19,6 +19,7 @@
app:navigationIcon="?attr/homeAsUpIndicator"
app:popupTheme="?attr/toolbar_popup_style"
app:theme="@style/Toolbar.VLC"
app:titleTextColor="@color/orange500"
app:titleMarginStart="@dimen/default_margin"
tools:targetApi="o">
......
......@@ -12,5 +12,6 @@
<item name="android:textCursorDrawable">@drawable/cursor_w</item>
<item name="android:background">@color/black</item>
<item name="colorControlNormal">@color/grey400</item>
<item name="popupMenuBackground">@color/black</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