[Android] Fix hidden subtitles surface

Geoffrey Métais git at videolan.org
Fri Dec 19 13:36:47 CET 2014


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Dec 17 11:28:39 2014 +0100| [a5fd0c806fc5cee9bf24427ff042f0bf9df5ec43] | committer: Jean-Baptiste Kempf

Fix hidden subtitles surface

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

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

diff --git a/vlc-android/res/layout/player.xml b/vlc-android/res/layout/player.xml
index 4115e28..8b2626d 100644
--- a/vlc-android/res/layout/player.xml
+++ b/vlc-android/res/layout/player.xml
@@ -28,8 +28,7 @@
             <SurfaceView
                 android:id="@+id/subtitles_surface"
                 android:layout_width="1dp"
-                android:layout_height="1dp"
-                android:visibility="invisible" />
+                android:layout_height="1dp" />
         </FrameLayout>
     </FrameLayout>
 



More information about the Android mailing list