Skip to content

Commit

Permalink
#1 Allowed to shrink widget below initial size.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpost committed May 28, 2012
1 parent 4814ef3 commit 2af5b03
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:configure="com.plusonelabs.calendar.CalendarConfigurationActivity"
android:initialLayout="@layout/widget"
android:minHeight="72dp"
android:minWidth="294dp"
android:minHeight="110dp"
android:minResizeHeight="40dp"
android:minResizeWidth="110dp"
android:minWidth="250dp"
android:previewImage="@drawable/calendar_widget_preview"
android:resizeMode="horizontal|vertical"
android:updatePeriodMillis="21600000" >
Expand Down

0 comments on commit 2af5b03

Please sign in to comment.