[Android] Black is considered translucent on some Android 4 devices

Ludovic Fauvet git at videolan.org
Fri Aug 17 18:53:02 CEST 2012


vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Fri Aug 17 15:42:32 2012 +0200| [7ea0725f6c1f2756965854324056c760555f122d] | committer: Ludovic Fauvet

Black is considered translucent on some Android 4 devices

AFAIK the bug was triggered by the inclusion of the sliding menu.

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=7ea0725f6c1f2756965854324056c760555f122d
---

 vlc-android/res/layout/player.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/res/layout/player.xml b/vlc-android/res/layout/player.xml
index 7c60924..0c0dd16 100644
--- a/vlc-android/res/layout/player.xml
+++ b/vlc-android/res/layout/player.xml
@@ -2,7 +2,7 @@
 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="fill_parent"
     android:layout_height="fill_parent"
-    android:background="#000" >
+    android:background="#000001" >
 
     <SurfaceView
         android:id="@+id/player_surface"



More information about the Android mailing list