Skip to content

Commit 3c1455a

Browse files
committed
change the default widget size to 2x2
1 parent ea72574 commit 3c1455a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/src/main/res/xml/widget_info.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
33
android:configure="com.simplemobiletools.notes.activities.WidgetConfigureActivity"
44
android:initialLayout="@layout/widget"
5-
android:minHeight="30dp"
6-
android:minWidth="30dp"
5+
android:minHeight="110dp"
6+
android:minResizeHeight="40dp"
7+
android:minResizeWidth="40dp"
8+
android:minWidth="110dp"
79
android:previewImage="@mipmap/widget_preview"
810
android:resizeMode="horizontal|vertical"/>

0 commit comments

Comments
 (0)