Add support for Just Black with Material You

This commit is contained in:
Prathamesh More 2022-05-02 18:24:44 +05:30
parent aa4c20bd8c
commit 02f076de57
5 changed files with 8 additions and 4 deletions

View file

@ -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>