summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/wallpaper_picker_preview.xml4
-rw-r--r--res/xml/widget_info.xml1
2 files changed, 1 insertions, 4 deletions
diff --git a/res/xml/wallpaper_picker_preview.xml b/res/xml/wallpaper_picker_preview.xml
index 759ff6fd4..b9570776c 100644
--- a/res/xml/wallpaper_picker_preview.xml
+++ b/res/xml/wallpaper_picker_preview.xml
@@ -14,6 +14,4 @@
limitations under the License.
-->
-<wallpaper-preview xmlns:android="http://schemas.android.com/apk/res/android"
- android:staticWallpaperPreview="@drawable/wallpaper_picker_preview">
-</wallpaper-preview>
+<wallpaper-preview xmlns:android="http://schemas.android.com/apk/res/android" />
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"/>