[Android] Video playlist vertically auto-fits

Geoffrey Métais git at videolan.org
Tue Jul 26 11:20:35 CEST 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Mar 14 14:23:14 2016 +0100| [fe0d5b4c10d42e3d02e4ddba1108b6774e928eed] | committer: Geoffrey Métais

Video playlist vertically auto-fits

This reverts commit 8fffde4f29843f35fa324332d6b4fddfaa2e7df3.

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

 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 a89d1af..978c5c7 100644
--- a/vlc-android/res/layout/player.xml
+++ b/vlc-android/res/layout/player.xml
@@ -125,7 +125,7 @@
     <android.support.v7.widget.RecyclerView
         android:id="@+id/video_playlist"
         android:layout_width="480dp"
-        android:layout_height="480dp"
+        android:layout_height="wrap_content"
         android:layout_centerInParent="true"
         android:background="@drawable/rounded_corners"
         android:visibility="gone"/>



More information about the Android mailing list