allow resizing the widget

This commit is contained in:
tibbi 2016-06-13 16:23:03 +02:00
parent b98f5fe8b7
commit 85eddfe9a0
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@
android:initialLayout="@layout/activity_main"
android:minHeight="250dp"
android:minWidth="250dp"
android:resizeMode="horizontal|vertical"
android:updatePeriodMillis="18000000">
</appwidget-provider>