mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 09:55:20 +01:00
Fixed widget colors
This commit is contained in:
parent
9d1018c03c
commit
df21419b8b
13 changed files with 31 additions and 23 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue