From 752c20142511905fc7d173261556f54a9384a192 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 27 Dec 2025 01:18:31 +0100 Subject: [PATCH] widget_info.xml : add missing android: prefix --- 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 eb00deb4b0..3ac67c45fc 100644 --- a/app/src/main/res/xml/widget_info.xml +++ b/app/src/main/res/xml/widget_info.xml @@ -4,8 +4,8 @@ android:initialLayout="@layout/widget" android:minHeight="1dp" android:minWidth="1dp" - minResizeHeight="1dp" - minResizeWidth="1dp" + android:minResizeHeight="1dp" + android:minResizeWidth="1dp" android:resizeMode="horizontal|vertical" android:previewImage="@drawable/widget_preview" android:updatePeriodMillis="86400000"