summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-11-28 22:29:13 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-11-28 22:29:13 -0800
commit699abc8ec4ecbd387db3edec01bbd126f609d21c (patch)
treedd1cff8286082cb65777c6acd602ec63b5a77f87 /res
parent9c2ba29551101ab87cebca5f4beca87432e37cb5 (diff)
parent39d4679070caf308f04542e414fc2e3c34f9cefa (diff)
downloadandroid_packages_apps_Gallery2-699abc8ec4ecbd387db3edec01bbd126f609d21c.tar.gz
android_packages_apps_Gallery2-699abc8ec4ecbd387db3edec01bbd126f609d21c.tar.bz2
android_packages_apps_Gallery2-699abc8ec4ecbd387db3edec01bbd126f609d21c.zip
am 39d46790: Fix transparency issue under the spinner.
* commit '39d4679070caf308f04542e414fc2e3c34f9cefa': Fix transparency issue under the spinner.
Diffstat (limited to 'res')
-rw-r--r--res/layout/filtershow_activity.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 26bd1833a..abcb562b2 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -148,7 +148,8 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:indeterminate="true"
- android:indeterminateOnly="true" />
+ android:indeterminateOnly="true"
+ android:background="@color/background_screen" />
</FrameLayout>