summaryrefslogtreecommitdiffstats
path: root/res
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
commit6601b3a226c9e5c9ac10e2dd8f1ee8a78946cc5c (patch)
tree18a9d0ace6c48fdc5957b04667c238d335cf948a /res
parent42a68a6f524bbd206b68eda650cc45d7e2a509af (diff)
downloadandroid_packages_apps_Gallery2-6601b3a226c9e5c9ac10e2dd8f1ee8a78946cc5c.tar.gz
android_packages_apps_Gallery2-6601b3a226c9e5c9ac10e2dd8f1ee8a78946cc5c.tar.bz2
android_packages_apps_Gallery2-6601b3a226c9e5c9ac10e2dd8f1ee8a78946cc5c.zip
Fix white viewfinder flash introduced by Gallery UI reskin
Bug: 6974088 Change-Id: Id6269fdbe4b5cf0d5befee800ff3c57c3b501448
Diffstat (limited to 'res')
-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>