From 7b2edcfbf038465697a9da57388d63cc71565a2c Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 2 Oct 2020 13:31:01 -0500 Subject: [PATCH] Adjust widget chip icon appearance --- app/src/main/res/layout/widget_chip_dark.xml | 10 ++++++---- app/src/main/res/layout/widget_chip_light.xml | 7 ++++--- 2 files changed, 10 insertions(+), 7 deletions(-) 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">