diff options
author | Justin Ho <justinho@google.com> | 2011-09-09 08:59:24 -0700 |
---|---|---|
committer | Justin Ho <justinho@google.com> | 2011-09-09 08:59:24 -0700 |
commit | 9877d970d752eec1e9197785c8b01579c01b814d (patch) | |
tree | a37dd7658e761e9f8d2ced1b5d38083968c125bc /res/xml | |
parent | a1ba91f56727aeb50701bd0471a36d57eafcc110 (diff) | |
download | packages_apps_Contacts-9877d970d752eec1e9197785c8b01579c01b814d.tar.gz packages_apps_Contacts-9877d970d752eec1e9197785c8b01579c01b814d.tar.bz2 packages_apps_Contacts-9877d970d752eec1e9197785c8b01579c01b814d.zip |
Updated Contacts widget dimens
Bug: 5278970
Change-Id: I482433cbef14fc917d5bff8460151ee7d46a861e
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" |