summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-11-28 22:24:24 -0800
committernicolasroard <nicolasroard@google.com>2012-11-28 22:24:24 -0800
commit1923f2cf4b160218ba341e9ef6594da89c43b1cf (patch)
tree6060c3817e572a7a11f32fa1c9fde575e1043e63 /res
parent822bf73499ab0d9a7d0095dfa7bcc049b440cfe6 (diff)
downloadandroid_packages_apps_Snap-1923f2cf4b160218ba341e9ef6594da89c43b1cf.tar.gz
android_packages_apps_Snap-1923f2cf4b160218ba341e9ef6594da89c43b1cf.tar.bz2
android_packages_apps_Snap-1923f2cf4b160218ba341e9ef6594da89c43b1cf.zip
Fix transparency issue under the spinner.
bug:7634701 Change-Id: I907ebbb373958350b1b17dc86723e430441a01dd
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>