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" />