[Android] Fix videos grid for AppCompat 23.2

Geoffrey Métais git at videolan.org
Thu Feb 25 13:15:29 CET 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Feb 25 10:49:06 2016 +0100| [7d84958f41317bc2fb903830f1613d7cf3a4c63d] | committer: Geoffrey Métais

Fix videos grid for AppCompat 23.2

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

 vlc-android/res/layout/video_grid_card.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vlc-android/res/layout/video_grid_card.xml b/vlc-android/res/layout/video_grid_card.xml
index 16f83d5..bbd40c4 100644
--- a/vlc-android/res/layout/video_grid_card.xml
+++ b/vlc-android/res/layout/video_grid_card.xml
@@ -41,8 +41,8 @@
 
     <FrameLayout
         android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:layout_marginBottom="10dip"
+        android:layout_height="wrap_content"
+        android:paddingBottom="10dip"
         android:longClickable="true"
         android:clickable="true"
         android:onClick="@{holder.onClick}">



More information about the Android mailing list