Fixed widget colors

This commit is contained in:
Prathamesh More 2022-01-17 16:20:37 +05:30
parent 9d1018c03c
commit df21419b8b
13 changed files with 31 additions and 23 deletions

View file

@ -5,10 +5,10 @@
android:layout_width="match_parent"
android:layout_height="@dimen/app_widget_md3_height"
android:background="@drawable/app_widget_background"
android:backgroundTint="@color/widget_md3_bg_color"
android:backgroundTint="?attr/colorSurface"
android:orientation="horizontal"
tools:ignore="ContentDescription"
android:theme="@style/Theme.Material3.DynamicColors.DayNight">
android:theme="@style/Theme.AppWidget"
tools:ignore="ContentDescription">
<ImageView
android:id="@+id/image"