mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2024-12-13 16:56:48 +01:00
fill out widget desired size in cells too
This commit is contained in:
parent
31c1141a60
commit
e23e83ba4b
@ -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" />
|
||||
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user