From 7839e8d6602c5460b2ee1077d6e21fc8c58d5840 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 7 Jul 2016 11:42:11 +0200 Subject: [PATCH] show the proper widget preview image --- app/src/main/res/xml/widget_info.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/xml/widget_info.xml b/app/src/main/res/xml/widget_info.xml index d02b3808d..02c2cd9bd 100644 --- a/app/src/main/res/xml/widget_info.xml +++ b/app/src/main/res/xml/widget_info.xml @@ -4,5 +4,6 @@ android:initialLayout="@layout/calendar_layout" android:minHeight="@dimen/min_widget_height" android:minWidth="@dimen/min_widget_width" + android:previewImage="@mipmap/widget_preview" android:resizeMode="horizontal|vertical" android:updatePeriodMillis="18000000"/>