From 1f13a9cdc7d5932f26f4a1cbc00e6f29e22edd96 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 7 Oct 2022 09:25:13 +0200 Subject: [PATCH] set the widget target size in cells too --- app/src/main/res/xml/widget_date_info.xml | 2 ++ app/src/main/res/xml/widget_list_info.xml | 2 ++ app/src/main/res/xml/widget_monthly_info.xml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/app/src/main/res/xml/widget_date_info.xml b/app/src/main/res/xml/widget_date_info.xml index 7fc7013a4..354716e53 100644 --- a/app/src/main/res/xml/widget_date_info.xml +++ b/app/src/main/res/xml/widget_date_info.xml @@ -8,4 +8,6 @@ android:minResizeHeight="40dp" android:previewImage="@drawable/img_widget_date_preview" android:resizeMode="horizontal|vertical" + android:targetCellWidth="1" + android:targetCellHeight="1" android:updatePeriodMillis="3600000" /> diff --git a/app/src/main/res/xml/widget_list_info.xml b/app/src/main/res/xml/widget_list_info.xml index 73684830f..b1d49260d 100644 --- a/app/src/main/res/xml/widget_list_info.xml +++ b/app/src/main/res/xml/widget_list_info.xml @@ -8,4 +8,6 @@ android:minResizeHeight="110dp" android:previewImage="@drawable/img_widget_list_preview" android:resizeMode="horizontal|vertical" + android:targetCellWidth="4" + android:targetCellHeight="4" android:updatePeriodMillis="600000" /> diff --git a/app/src/main/res/xml/widget_monthly_info.xml b/app/src/main/res/xml/widget_monthly_info.xml index 416c371ae..11336a9dc 100644 --- a/app/src/main/res/xml/widget_monthly_info.xml +++ b/app/src/main/res/xml/widget_monthly_info.xml @@ -8,4 +8,6 @@ android:minResizeHeight="110dp" android:previewImage="@drawable/img_widget_monthly_preview" android:resizeMode="horizontal|vertical" + android:targetCellWidth="4" + android:targetCellHeight="4" android:updatePeriodMillis="3600000" />