From ea72574946ffa78fed203306479892cb511eb3c4 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 7 Jul 2016 11:50:22 +0200 Subject: [PATCH] Display the proper widget preview image --- app/src/main/res/xml/widget_info.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/xml/widget_info.xml b/app/src/main/res/xml/widget_info.xml index 1c230fc0..2226914b 100644 --- a/app/src/main/res/xml/widget_info.xml +++ b/app/src/main/res/xml/widget_info.xml @@ -4,5 +4,5 @@ android:initialLayout="@layout/widget" android:minHeight="30dp" android:minWidth="30dp" - android:resizeMode="horizontal|vertical"> - + android:previewImage="@mipmap/widget_preview" + android:resizeMode="horizontal|vertical"/>