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

Fix browser items size

parent 9f23d17f
No related branches found
No related tags found
No related merge requests found
......@@ -72,9 +72,10 @@
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
android:layout_marginTop="5dp"
android:layout_marginBottom="2dp"
android:layout_marginTop="2dp"
android:layout_weight="1"
android:minHeight="52dp"
android:gravity="center_vertical"
android:orientation="vertical"
android:paddingLeft="15dp" >
......@@ -83,12 +84,10 @@
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|start"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:singleLine="true"
android:text="@{storage.name ?? media.title}"
android:gravity="center_vertical"
android:fontFamily="sans-serif-light"
android:textColor="?attr/list_title"
android:textSize="16sp"/>
......
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