summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-10-16 18:23:56 -0700
committerDanesh M <daneshm90@gmail.com>2014-06-05 23:03:34 -0700
commit967bfefcbd73b2a3b312df444cbbe4059b7b0574 (patch)
treeade61f7d9e8b7839dbd157e572b1a5a2c5cd1a74 /res
parent4cb760d60c6f96d6a778cd17c6507562b98388a7 (diff)
downloadandroid_packages_apps_Trebuchet-967bfefcbd73b2a3b312df444cbbe4059b7b0574.tar.gz
android_packages_apps_Trebuchet-967bfefcbd73b2a3b312df444cbbe4059b7b0574.tar.bz2
android_packages_apps_Trebuchet-967bfefcbd73b2a3b312df444cbbe4059b7b0574.zip
Load images on a bg thread
Bug: 11134758 Change-Id: Ie789a2fcb2024832ac104cd9cdbc3602abee85ee
Diffstat (limited to 'res')
-rw-r--r--res/layout/wallpaper_cropper.xml2
-rw-r--r--res/layout/wallpaper_picker.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/wallpaper_cropper.xml b/res/layout/wallpaper_cropper.xml
index 3a3d98a69..abb860898 100644
--- a/res/layout/wallpaper_cropper.xml
+++ b/res/layout/wallpaper_cropper.xml
@@ -32,7 +32,7 @@
android:visibility="invisible"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="center"
+ android:layout_centerInParent="true"
android:indeterminate="true"
android:indeterminateOnly="true"
android:background="@android:color/transparent" />
diff --git a/res/layout/wallpaper_picker.xml b/res/layout/wallpaper_picker.xml
index 0492b7bd9..620ce1fa1 100644
--- a/res/layout/wallpaper_picker.xml
+++ b/res/layout/wallpaper_picker.xml
@@ -38,7 +38,7 @@
android:visibility="invisible"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="center"
+ android:layout_centerInParent="true"
android:indeterminate="true"
android:indeterminateOnly="true"
android:background="@android:color/transparent" />