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

Fix browser items icon size

parent e62a309e
No related branches found
No related tags found
No related merge requests found
......@@ -55,9 +55,8 @@
<!-- Image downloading is handled by org.videolan.vlc.gui.helpers.AsyncImageLoader.downloadIcon() -->
<TextView
android:id="@+id/dvi_icon"
android:layout_width="0dp"
app:layout_constraintDimensionRatio="1:1"
android:layout_height="0dp"
android:layout_width="50dp"
android:layout_height="50dp"
android:background="@{cover}"
android:contentDescription="@string/cover_art"
android:gravity="center"
......
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