summaryrefslogtreecommitdiffstats
path: root/res/xml/widget_info.xml
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2012-08-13 15:34:59 +0800
committerOwen Lin <owenlin@google.com>2012-08-14 12:01:29 +0800
commitbf2bde536e70f4ef83c7d6184b0bf265823ce790 (patch)
treeb54c64d6c345eaf23ca6ab38c2d44eb5205bdf54 /res/xml/widget_info.xml
parentbf1afd575aee4f199ad05b62fff1e2f0de447dda (diff)
downloadandroid_packages_apps_Snap-bf2bde536e70f4ef83c7d6184b0bf265823ce790.tar.gz
android_packages_apps_Snap-bf2bde536e70f4ef83c7d6184b0bf265823ce790.tar.bz2
android_packages_apps_Snap-bf2bde536e70f4ef83c7d6184b0bf265823ce790.zip
Remove the previewImage and staticWallpaperPreview.
Change-Id: I804ea494efdcca5fa70944f29e92c5f022f622c1 fix: 6974862
Diffstat (limited to 'res/xml/widget_info.xml')
-rw-r--r--res/xml/widget_info.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/xml/widget_info.xml b/res/xml/widget_info.xml
index 4aa460f8d..13c947874 100644
--- a/res/xml/widget_info.xml
+++ b/res/xml/widget_info.xml
@@ -3,6 +3,5 @@
android:minWidth="@dimen/appwidget_width"
android:minHeight="@dimen/appwidget_height"
android:updatePeriodMillis="86400000"
- android:previewImage="@drawable/preview"
android:initialLayout="@layout/appwidget_main"
android:configure="com.android.gallery3d.gadget.WidgetConfigure"/>