[Android] Playlist for remote controller view too

Geoffrey Métais git at videolan.org
Thu Dec 24 11:07:53 CET 2015


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Dec 24 11:07:13 2015 +0100| [509b96c930c9efb8416cfcb4350baec27abadfdb] | committer: Geoffrey Métais

Playlist for remote controller view too

> https://code.videolan.org/videolan/vlc-android/commit/509b96c930c9efb8416cfcb4350baec27abadfdb
---

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

diff --git a/vlc-android/res/layout/player_remote_control.xml b/vlc-android/res/layout/player_remote_control.xml
index 78345bc..7197d3a 100644
--- a/vlc-android/res/layout/player_remote_control.xml
+++ b/vlc-android/res/layout/player_remote_control.xml
@@ -97,4 +97,12 @@
 
     </RelativeLayout>
 
+    <android.support.v7.widget.RecyclerView
+        android:id="@+id/video_playlist"
+        android:layout_width="480dp"
+        android:layout_height="480dp"
+        android:layout_centerInParent="true"
+        android:background="@drawable/rounded_corners"
+        android:visibility="gone"/>
+
 </RelativeLayout>



More information about the Android mailing list