set target widget size in cells too

This commit is contained in:
tibbi 2022-10-07 09:23:40 +02:00
parent 8fdb5ebedf
commit 3ba55b2845
1 changed files with 2 additions and 0 deletions

View File

@ -8,4 +8,6 @@
android:minResizeHeight="@dimen/min_widget_height"
android:previewImage="@drawable/img_widget_preview"
android:resizeMode="horizontal|vertical"
android:targetCellWidth="4"
android:targetCellHeight="4"
android:updatePeriodMillis="36000000" />