[Android] Smaller list items

Nicolas Pomepuy git at videolan.org
Thu Jun 10 06:17:25 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Mar  2 12:59:59 2021 +0100| [28de60736c86908972eda671a93fe30a25fff2ae] | committer: Nicolas Pomepuy

Smaller list items

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

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

diff --git a/application/vlc-android/res/layout/video_list_card.xml b/application/vlc-android/res/layout/video_list_card.xml
index 537fb1c4b..22cc3b377 100644
--- a/application/vlc-android/res/layout/video_list_card.xml
+++ b/application/vlc-android/res/layout/video_list_card.xml
@@ -92,8 +92,8 @@
                 <!-- Image loading is handled by org.videolan.vlc.gui.helpers.ImageLoader.loadImage() -->
                 <ImageView
                         android:id="@+id/ml_item_thumbnail"
-                        android:layout_width="128dp"
-                        android:layout_height="80dp"
+                        android:layout_width="80dp"
+                        android:layout_height="50dp"
                         android:scaleType="centerCrop"
                         android:src="@{cover}"
                         tools:src="@tools:sample/backgrounds/scenic"



More information about the Android mailing list