mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
set the target widget size in cells too
This commit is contained in:
parent
4d78e99347
commit
2e2dd721ab
1 changed files with 3 additions and 1 deletions
|
@ -7,4 +7,6 @@
|
|||
android:minResizeWidth="40dp"
|
||||
android:minResizeHeight="40dp"
|
||||
android:previewImage="@drawable/img_widget_preview"
|
||||
android:resizeMode="horizontal|vertical" />
|
||||
android:resizeMode="horizontal|vertical"
|
||||
android:targetCellWidth="2"
|
||||
android:targetCellHeight="1" />
|
||||
|
|
Loading…
Reference in a new issue