summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJustin Ho <justinho@google.com>2011-09-09 08:56:48 -0700
committerJustin Ho <justinho@google.com>2011-09-09 08:56:48 -0700
commit890e39b31e6922ecec3b0d8b12ef8f2913361551 (patch)
tree28121fc64b9a173087aecc63b7d80a1961212a9a /res/xml
parent1c783b5458fc4a39cbaa7db7c6b4fcb4b0615f1d (diff)
downloadandroid_packages_apps_Snap-890e39b31e6922ecec3b0d8b12ef8f2913361551.tar.gz
android_packages_apps_Snap-890e39b31e6922ecec3b0d8b12ef8f2913361551.tar.bz2
android_packages_apps_Snap-890e39b31e6922ecec3b0d8b12ef8f2913361551.zip
Updated Gallery2 widget dimens
Bug: 5278970 Change-Id: Ia650a167bf44baf202fdee527a52af4148d2e8ae
Diffstat (limited to 'res/xml')
-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"