summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-10-23 20:59:51 +0200
committerDanesh M <daneshm90@gmail.com>2014-06-05 23:04:34 -0700
commit3dcf8c55c2358ced04bf8bd366def6209327d6af (patch)
tree3e3702ddb821fce41b1968741e8f4ee040f83aee /res
parent3cc743e6b8395e20acc75ea37cfbc86c0af54bc8 (diff)
downloadandroid_packages_apps_Trebuchet-3dcf8c55c2358ced04bf8bd366def6209327d6af.tar.gz
android_packages_apps_Trebuchet-3dcf8c55c2358ced04bf8bd366def6209327d6af.tar.bz2
android_packages_apps_Trebuchet-3dcf8c55c2358ced04bf8bd366def6209327d6af.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')
-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"