summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJustin Ho <justinho@google.com>2011-09-12 07:33:47 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-12 07:33:47 -0700
commitc5de01adfefd310ef212cf83acba4b16a6354bd9 (patch)
tree4fa7d3c7acfd6bbdd0306f1d33de66e36ee66ff8 /res
parent9004bbadef374f70c2d34751d12cf3799774837f (diff)
parent890e39b31e6922ecec3b0d8b12ef8f2913361551 (diff)
downloadandroid_packages_apps_Snap-c5de01adfefd310ef212cf83acba4b16a6354bd9.tar.gz
android_packages_apps_Snap-c5de01adfefd310ef212cf83acba4b16a6354bd9.tar.bz2
android_packages_apps_Snap-c5de01adfefd310ef212cf83acba4b16a6354bd9.zip
Merge "Updated Gallery2 widget dimens Bug: 5278970"
Diffstat (limited to 'res')
-rw-r--r--res/xml/widget_info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/widget_info.xml b/res/xml/widget_info.xml
index 522f84895..e03124c2d 100644
--- a/res/xml/widget_info.xml
+++ b/res/xml/widget_info.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
- android:minWidth="220dp"
- android:minHeight="220dp"
+ android:minWidth="180dp"
+ android:minHeight="180dp"
android:updatePeriodMillis="86400000"
android:previewImage="@drawable/preview"
android:initialLayout="@layout/appwidget_main"