From ed5d31252c369eb843784a0e0e113dacf3cbb504 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 19 Dec 2018 18:21:55 +0100 Subject: [PATCH] Let the launcher icon be the widget preview image --- app/src/main/res/xml/widget.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/xml/widget.xml b/app/src/main/res/xml/widget.xml index a0b57f6c4a..d367755204 100644 --- a/app/src/main/res/xml/widget.xml +++ b/app/src/main/res/xml/widget.xml @@ -3,6 +3,6 @@ android:initialLayout="@layout/widget" android:minWidth="40dp" android:minHeight="40dp" - android:previewImage="@drawable/baseline_mail_24" android:resizeMode="horizontal|vertical" - android:updatePeriodMillis="0" /> \ No newline at end of file + android:updatePeriodMillis="0" + android:widgetCategory="home_screen" />