mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 09:55:20 +01:00
Add support for Just Black with Material You
This commit is contained in:
parent
aa4c20bd8c
commit
02f076de57
5 changed files with 8 additions and 4 deletions
|
@ -1,4 +1,8 @@
|
|||
<resources>
|
||||
<style name="Theme.RetroMusic.MD3.Black" parent="@style/Theme.RetroMusic.MD3">
|
||||
<item name="colorSurface">@color/blackColorSurface</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AppWidget" parent="@android:style/Theme.DeviceDefault.DayNight">
|
||||
<item name="colorSurface">@android:color/system_accent2_800</item>
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue