summaryrefslogtreecommitdiffstats
path: root/res/layout/gl_root_group.xml
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-08-13 11:01:10 -0700
committerBobby Georgescu <georgescu@google.com>2012-08-13 11:01:10 -0700
commit132639d195167ca82048ffce55587ceb51433d5d (patch)
tree056fdd43ccb16b4b09a5c30c74aac8f410928f43 /res/layout/gl_root_group.xml
parentbf1afd575aee4f199ad05b62fff1e2f0de447dda (diff)
downloadandroid_packages_apps_Snap-132639d195167ca82048ffce55587ceb51433d5d.tar.gz
android_packages_apps_Snap-132639d195167ca82048ffce55587ceb51433d5d.tar.bz2
android_packages_apps_Snap-132639d195167ca82048ffce55587ceb51433d5d.zip
Fix white viewfinder flash introduced by Gallery UI reskin
Bug: 6974088 Change-Id: Id6269fdbe4b5cf0d5befee800ff3c57c3b501448
Diffstat (limited to 'res/layout/gl_root_group.xml')
-rw-r--r--res/layout/gl_root_group.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/gl_root_group.xml b/res/layout/gl_root_group.xml
index 796c9cd7b..76ff33b73 100644
--- a/res/layout/gl_root_group.xml
+++ b/res/layout/gl_root_group.xml
@@ -22,5 +22,5 @@
<View android:id="@+id/gl_root_cover"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@android:color/white"/>
+ android:background="@android:color/black"/>
</merge>