From 26fe2c8cfa5025aebfc5d196f0396cc700fc0773 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 7 Oct 2022 09:28:02 +0200 Subject: [PATCH] set the target widget size in cells too --- app/src/main/res/xml/widget_info.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/xml/widget_info.xml b/app/src/main/res/xml/widget_info.xml index 942ca566..a16363d9 100644 --- a/app/src/main/res/xml/widget_info.xml +++ b/app/src/main/res/xml/widget_info.xml @@ -1,11 +1,12 @@ - + android:resizeMode="horizontal|vertical" + android:targetCellWidth="2" + android:targetCellHeight="2" />