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>
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
<item name="android:windowBackground">?attr/colorSurface</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.RetroMusic.MD3.Black" parent="@style/Theme.RetroMusic.MD3" />
|
||||
|
||||
<style name="Theme.AppWidget" parent="@android:style/Theme.DeviceDefault.DayNight">
|
||||
<item name="colorSurface">@android:color/system_accent1_50</item>
|
||||
</style>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
app:icon="@drawable/ic_color_lens" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:dependency="material_you"
|
||||
android:key="black_theme"
|
||||
android:layout="@layout/list_item_view_switch_no_title"
|
||||
android:title="@string/black_theme_name" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue