Fix quality & caption popups colors on KitKat
This commit is contained in:
parent
dfb983c3cf
commit
24247fd6a6
|
@ -66,7 +66,10 @@
|
||||||
<item name="tint">?attr/actionColor</item>
|
<item name="tint">?attr/actionColor</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="DarkPopupMenu" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/>
|
<style name="DarkPopupMenu" parent="Widget.AppCompat.PopupMenu">
|
||||||
|
<item name="android:itemBackground">#2E2E2E</item>
|
||||||
|
<item name="android:textColor">@color/white</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
<style name="ToolbarTheme" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
|
<style name="ToolbarTheme" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
|
||||||
<item name="popupTheme">@style/ThemeOverlay.AppCompat.DayNight.ActionBar</item>
|
<item name="popupTheme">@style/ThemeOverlay.AppCompat.DayNight.ActionBar</item>
|
||||||
|
|
Loading…
Reference in New Issue