From 909a913d61e0e55637b707c2593f00dbcee1da1c Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Sun, 3 Apr 2022 22:45:44 +0200 Subject: [PATCH] Widget: allow horizontal change --- app/src/main/res/xml/widget_info.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/xml/widget_info.xml b/app/src/main/res/xml/widget_info.xml index 8fb146e8bb..d371d3e934 100644 --- a/app/src/main/res/xml/widget_info.xml +++ b/app/src/main/res/xml/widget_info.xml @@ -1,11 +1,11 @@ \ No newline at end of file + android:resizeMode="horizontal" + android:updatePeriodMillis="86400000" + android:widgetCategory="home_screen" /> \ No newline at end of file