OSDN Git Service

Fix white viewfinder flash introduced by Gallery UI reskin
authorBobby Georgescu <georgescu@google.com>
Mon, 13 Aug 2012 18:01:10 +0000 (11:01 -0700)
committerBobby Georgescu <georgescu@google.com>
Mon, 13 Aug 2012 18:01:10 +0000 (11:01 -0700)
Bug: 6974088
Change-Id: Id6269fdbe4b5cf0d5befee800ff3c57c3b501448

res/layout/gl_root_group.xml

index 796c9cd..76ff33b 100644 (file)
@@ -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>