Update widgets for Android 12

This commit is contained in:
Koitharu
2022-06-27 14:44:43 +03:00
parent 9956f1ae4f
commit 33bccd10fe
15 changed files with 79 additions and 29 deletions

View File

@@ -103,4 +103,8 @@
<item name="toolbarNavigationButtonStyle">@style/Theme.Kotatsu.ActionMode.CloseButton</item>
</style>
<style name="Theme.Kotatsu.AppWidgetContainer" parent="@style/Theme.MaterialComponents.Light">
<item name="android:colorBackground">@color/kotatsu_background</item>
<item name="android:panelColorBackground">@color/kotatsu_primaryContainer</item>
</style>
</resources>