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

XilasZ xilasz at gmail.com
Fri Aug 17 19:26:19 CEST 2012


Which bug ?

On Fri, Aug 17, 2012 at 6:53 PM, Ludovic Fauvet <git at videolan.org> wrote:

> 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"
>
> _______________________________________________
> Android mailing list
> Android at videolan.org
> http://mailman.videolan.org/listinfo/android
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/android/attachments/20120817/8458679c/attachment.html>


More information about the Android mailing list