fill out widget desired size in cells too

This commit is contained in:
tibbi 2022-10-07 09:11:30 +02:00
parent 31c1141a60
commit e23e83ba4b
2 changed files with 4 additions and 0 deletions

View File

@ -7,4 +7,6 @@
android:minResizeWidth="40dp"
android:previewImage="@drawable/img_analogue_widget_preview"
android:resizeMode="horizontal|vertical"
android:targetCellWidth="2"
android:targetCellHeight="1"
android:updatePeriodMillis="86400000" />

View File

@ -7,4 +7,6 @@
android:minResizeWidth="40dp"
android:previewImage="@drawable/img_digital_widget_preview"
android:resizeMode="horizontal|vertical"
android:targetCellWidth="3"
android:targetCellHeight="1"
android:updatePeriodMillis="86400000" />