summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-10-23 20:59:51 +0200
committerMichael Jurka <mikejurka@google.com>2013-10-23 23:54:21 +0200
commit83699e56be0767bb080b5461896a99f266e7b85e (patch)
tree5e48ac2d98de5c36bf750d971c923d417afbfcda /res/layout
parent3d7f086f6a6eb730dbd8d5e8874ce7a71a7a8194 (diff)
downloadandroid_packages_apps_Trebuchet-83699e56be0767bb080b5461896a99f266e7b85e.tar.gz
android_packages_apps_Trebuchet-83699e56be0767bb080b5461896a99f266e7b85e.tar.bz2
android_packages_apps_Trebuchet-83699e56be0767bb080b5461896a99f266e7b85e.zip
Stop using a separate ImageView for default wallpaper
Fixes janky transition when going from default wallpaper to another wallpaper Bug: 11278179 Change-Id: I738d1ae7bbc5e2d139a084e721b53fed9008367f
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/wallpaper_picker.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/layout/wallpaper_picker.xml b/res/layout/wallpaper_picker.xml
index 620ce1fa1..c36493d2f 100644
--- a/res/layout/wallpaper_picker.xml
+++ b/res/layout/wallpaper_picker.xml
@@ -27,11 +27,6 @@
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"