summaryrefslogtreecommitdiffstats
path: root/res/layout
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
commit39d4679070caf308f04542e414fc2e3c34f9cefa (patch)
tree6067786a63b5f86ebdc68effe170b0a5913ee956 /res/layout
parent0a624bb8db70f1e71ca511756b886c68f32fedbe (diff)
downloadandroid_packages_apps_Gallery2-39d4679070caf308f04542e414fc2e3c34f9cefa.tar.gz
android_packages_apps_Gallery2-39d4679070caf308f04542e414fc2e3c34f9cefa.tar.bz2
android_packages_apps_Gallery2-39d4679070caf308f04542e414fc2e3c34f9cefa.zip
Fix transparency issue under the spinner.
bug:7634701 Change-Id: I907ebbb373958350b1b17dc86723e430441a01dd
Diffstat (limited to 'res/layout')
-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>