mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-18 13:00:36 +01:00
limit the list items filename in width a bit
This commit is contained in:
parent
c17e6833e2
commit
0636fc9461
@ -37,10 +37,11 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_alignTop="@+id/medium_thumbnail"
|
android:layout_alignTop="@+id/medium_thumbnail"
|
||||||
android:layout_alignBottom="@+id/medium_thumbnail"
|
android:layout_alignBottom="@+id/medium_thumbnail"
|
||||||
|
android:layout_toStartOf="@+id/medium_check"
|
||||||
android:layout_toEndOf="@+id/medium_thumbnail"
|
android:layout_toEndOf="@+id/medium_thumbnail"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:maxLines="3"
|
android:maxLines="2"
|
||||||
android:paddingStart="@dimen/medium_margin"
|
android:paddingStart="@dimen/medium_margin"
|
||||||
android:paddingEnd="@dimen/normal_margin"
|
android:paddingEnd="@dimen/normal_margin"
|
||||||
android:textColor="@android:color/white"
|
android:textColor="@android:color/white"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user