Widget theme fix #225

pull/246/head
Zakhar Timoshenko 4 years ago committed by Koitharu
parent de7012cabf
commit 553a85ef86
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

@ -6,4 +6,4 @@
android:layout_width="@dimen/widget_cover_width"
android:layout_height="@dimen/widget_cover_height"
android:scaleType="centerCrop"
tools:ignore="ContentDescription" />
tools:ignore="ContentDescription" />

@ -31,6 +31,7 @@
android:elegantTextHeight="false"
android:ellipsize="end"
android:lines="2"
android:padding="2dp"
android:paddingHorizontal="4dp"
android:paddingBottom="4dp"
android:textColor="?android:attr/textColorPrimary" />

@ -41,4 +41,9 @@
<item name="android:textColorHighlightInverse">@color/m3_dynamic_highlighted_text</item>
<item name="android:textColorAlertDialogListItem">@color/m3_dynamic_dark_default_color_primary_text</item>
</style>
</resources>
<style name="Theme.Kotatsu.AppWidgetContainer" parent="@android:style/Theme.DeviceDefault.DayNight">
<item name="android:colorBackground">@android:color/system_accent1_900</item>
<item name="android:panelColorBackground">@android:color/system_accent1_800</item>
</style>
</resources>

@ -47,4 +47,4 @@
<item name="android:panelColorBackground">@android:color/system_accent1_100</item>
</style>
</resources>
</resources>

Loading…
Cancel
Save