[Android] Show playlist on all screen in video player

Geoffrey Métais git at videolan.org
Tue Dec 1 16:31:26 CET 2015


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Dec  1 16:30:45 2015 +0100| [c780d37f8eeb5a09ba91912bb52254366586e777] | committer: Geoffrey Métais

Show playlist on all screen in video player

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

 vlc-android/res/layout/player.xml |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/vlc-android/res/layout/player.xml b/vlc-android/res/layout/player.xml
index 617ceda..f575ae9 100644
--- a/vlc-android/res/layout/player.xml
+++ b/vlc-android/res/layout/player.xml
@@ -121,14 +121,14 @@
 
         <include layout="@layout/player_hud"/>
 
-        <android.support.v7.widget.RecyclerView
-            android:id="@+id/video_playlist"
-            android:layout_width="480dp"
-            android:layout_height="wrap_content"
-            android:layout_centerInParent="true"
-            android:background="@drawable/rounded_corners"
-            android:visibility="gone"/>
-
     </RelativeLayout>
 
+    <android.support.v7.widget.RecyclerView
+        android:id="@+id/video_playlist"
+        android:layout_width="480dp"
+        android:layout_height="wrap_content"
+        android:layout_centerInParent="true"
+        android:background="@drawable/rounded_corners"
+        android:visibility="gone"/>
+
 </RelativeLayout>



More information about the Android mailing list