diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/social_widget_info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/social_widget_info.xml b/res/xml/social_widget_info.xml index a7bece6dc..1003c62cd 100644 --- a/res/xml/social_widget_info.xml +++ b/res/xml/social_widget_info.xml @@ -17,8 +17,8 @@ <!-- It is enough to update once per day, as the widget watches the database for changes --> <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android" - android:minWidth="294dip" - android:minHeight="72dip" + android:minWidth="260dip" + android:minHeight="40dip" android:updatePeriodMillis="86400000" android:initialLayout="@layout/social_widget" android:previewImage="@drawable/contacts_widget_preview" |