Fix player pop-ups not giving feedback on touch/focus

This commit is contained in:
Stypox 2022-02-27 18:45:24 +01:00
parent 75bdb2c89a
commit 6220315020
2 changed files with 3 additions and 6 deletions

View file

@ -66,10 +66,7 @@
<item name="tint">?attr/actionColor</item>
</style>
<style name="DarkPopupMenu" parent="Widget.AppCompat.PopupMenu">
<item name="android:itemBackground">#2E2E2E</item>
<item name="android:textColor">@color/white</item>
</style>
<style name="DarkPopupMenu" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
<style name="ToolbarTheme" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
<item name="popupTheme">@style/ThemeOverlay.AppCompat.DayNight.ActionBar</item>