diff --git a/app/src/main/res/layout/widget_chip_dark.xml b/app/src/main/res/layout/widget_chip_dark.xml index 18e99bb9a..3d35b2be2 100644 --- a/app/src/main/res/layout/widget_chip_dark.xml +++ b/app/src/main/res/layout/widget_chip_dark.xml @@ -6,13 +6,15 @@ android:layout_height="wrap_content" android:layout_marginTop="2dp" android:layout_marginEnd="2dp" - android:orientation="horizontal"> + android:orientation="horizontal" + tools:background="@color/md_background_dark">