mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-25 16:21:11 -05:00
Merge pull request #14245 from LeddaZ/android-materialyou-fix
Android: Switch to Theme.Material3.DynamicColors
This commit is contained in:
commit
01b4f8bcf7
|
|
@ -13,7 +13,7 @@
|
|||
</style>
|
||||
|
||||
<!-- Base theme -->
|
||||
<style name="Theme.Dolphin" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<style name="Theme.Dolphin" parent="Theme.Material3.DynamicColors.DayNight.NoActionBar">
|
||||
<item name="colorPrimary">@color/dolphin_primary</item>
|
||||
<item name="colorOnPrimary">@color/dolphin_onPrimary</item>
|
||||
<item name="colorPrimaryContainer">@color/dolphin_primaryContainer</item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user