summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-10-15 11:14:44 -0700
committerMichael Jurka <mikejurka@google.com>2013-10-15 14:46:10 -0700
commit12ca6134bf818c7c28062aefa40281449042889a (patch)
treeab36e47879554f45946bc226a92ea229ad8cb843 /res/layout
parentedc43805e3d65608b39d9271aee97e45904d85dd (diff)
downloadandroid_packages_apps_Trebuchet-12ca6134bf818c7c28062aefa40281449042889a.tar.gz
android_packages_apps_Trebuchet-12ca6134bf818c7c28062aefa40281449042889a.tar.bz2
android_packages_apps_Trebuchet-12ca6134bf818c7c28062aefa40281449042889a.zip
Use new default wallpaper API
Change-Id: I77ce7f03f0d2c94d890d3eeee6750488b071b2ab
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/wallpaper_picker.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/wallpaper_picker.xml b/res/layout/wallpaper_picker.xml
index c91cc7e6a..0492b7bd9 100644
--- a/res/layout/wallpaper_picker.xml
+++ b/res/layout/wallpaper_picker.xml
@@ -27,6 +27,11 @@
android:id="@+id/cropView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
+ <ImageView
+ android:id="@+id/defaultWallpaperView"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="invisible" />
<ProgressBar
android:id="@+id/loading"
style="@android:style/Widget.Holo.ProgressBar.Large"