mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-29 19:27:59 +01:00
limit the list items filename in width a bit
This commit is contained in:
parent
c17e6833e2
commit
0636fc9461
1 changed files with 2 additions and 1 deletions
|
@ -37,10 +37,11 @@
|
|||
android:layout_height="match_parent"
|
||||
android:layout_alignTop="@+id/medium_thumbnail"
|
||||
android:layout_alignBottom="@+id/medium_thumbnail"
|
||||
android:layout_toStartOf="@+id/medium_check"
|
||||
android:layout_toEndOf="@+id/medium_thumbnail"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center_vertical"
|
||||
android:maxLines="3"
|
||||
android:maxLines="2"
|
||||
android:paddingStart="@dimen/medium_margin"
|
||||
android:paddingEnd="@dimen/normal_margin"
|
||||
android:textColor="@android:color/white"
|
||||
|
|
Loading…
Reference in a new issue