[Android] Video playlist vertically auto-fits
Geoffrey Métais
git at videolan.org
Thu Feb 25 13:15:31 CET 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Feb 25 10:54:50 2016 +0100| [94c05436cc21324f15b5da7c6f7ca8866c0a37ca] | committer: Geoffrey Métais
Video playlist vertically auto-fits
> https://code.videolan.org/videolan/vlc-android/commit/94c05436cc21324f15b5da7c6f7ca8866c0a37ca
---
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 c2c114c..beb0ea8 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