Fixed widget colors
This commit is contained in:
parent
9d1018c03c
commit
df21419b8b
13 changed files with 31 additions and 23 deletions
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="widget_md3_bg_color">@android:color/system_accent1_600</color>
|
||||
</resources>
|
5
app/src/main/res/values-night-v31/styles.xml
Normal file
5
app/src/main/res/values-night-v31/styles.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<resources>
|
||||
<style name="Theme.AppWidget" parent="@android:style/Theme.DeviceDefault.DayNight">
|
||||
<item name="colorSurface">@android:color/system_accent2_800</item>
|
||||
</style>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue