Adding AppWidget xml flag to make widget resizable

Change-Id: I954fca3a109d8765e848eb135d21cec7e7ec2b96
This commit is contained in:
Adam Cohen 2011-02-28 13:32:37 -08:00
parent 3d27ceb16a
commit 6055face4c
1 changed files with 1 additions and 0 deletions

View File

@ -20,4 +20,5 @@
android:updatePeriodMillis="0"
android:previewImage="@drawable/email_widget_preview"
android:initialLayout="@layout/widget"
android:resizeMode="horizontal|vertical"
/>