Skip to content
Snippets Groups Projects
Commit c89bda7b authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Adjust thumb size in videos list

parent fe1a95e1
No related branches found
No related tags found
No related merge requests found
......@@ -57,8 +57,8 @@
<!-- Image loading is handled by org.videolan.vlc.gui.helpers.ImageLoader.loadImage() -->
<ImageView
android:id="@+id/ml_item_thumbnail"
android:layout_width="144dp"
android:layout_height="90dp"
android:layout_width="128dp"
android:layout_height="80dp"
vlc:layout_constraintStart_toStartOf="parent"
vlc:media="@{media}"
android:scaleType="centerCrop"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment