summaryrefslogtreecommitdiffstats
path: root/res/xml/widget_info.xml
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2011-08-17 22:07:43 +0800
committerOwen Lin <owenlin@google.com>2011-08-18 13:33:50 +0800
commita85c80227a56f3b7f917464096cd33877093616f (patch)
tree79a46705c0fed9ac4bb66d94f905134b5a8bbdcb /res/xml/widget_info.xml
parenta053a3179cfee3d2bb666eff5f4f03a96b092e04 (diff)
downloadandroid_packages_apps_Snap-a85c80227a56f3b7f917464096cd33877093616f.tar.gz
android_packages_apps_Snap-a85c80227a56f3b7f917464096cd33877093616f.tar.bz2
android_packages_apps_Snap-a85c80227a56f3b7f917464096cd33877093616f.zip
Initial code for Gallery2.
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c
Diffstat (limited to 'res/xml/widget_info.xml')
-rw-r--r--res/xml/widget_info.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/widget_info.xml b/res/xml/widget_info.xml
new file mode 100644
index 000000000..5f71192bd
--- /dev/null
+++ b/res/xml/widget_info.xml
@@ -0,0 +1,8 @@
+<?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:updatePeriodMillis="86400000"
+ android:previewImage="@drawable/preview"
+ android:initialLayout="@layout/appwidget_main"
+ android:configure="com.android.gallery3d.widget.WidgetConfigure"/>