mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-09-17 08:22:47 -04:00
allow resizing the widget in both directions
This commit is contained in:
1 parent
00a93e19ea
commit
58671dfb7c
1 file changed
+3
-2
@@ -2,6 +2,7 @@
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:configure="notes.simplemobiletools.com.MyWidgetConfigure"
|
||||
android:initialLayout="@layout/widget"
|
||||
android:minHeight="110dp"
|
||||
android:minWidth="110dp">
|
||||
android:minHeight="30dp"
|
||||
android:minWidth="30dp"
|
||||
android:resizeMode="horizontal|vertical">
|
||||
</appwidget-provider>
|
||||
Reference in new issue
Block a user