mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-01-01 03:28:24 +01:00
move dots of long filenames into the middle, so the end is visible
This commit is contained in:
parent
8375b05034
commit
5dd8d048d6
@ -30,7 +30,7 @@
|
|||||||
android:id="@+id/item_name"
|
android:id="@+id/item_name"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:ellipsize="end"
|
android:ellipsize="middle"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:paddingStart="@dimen/tiny_margin"
|
android:paddingStart="@dimen/tiny_margin"
|
||||||
android:textSize="@dimen/normal_text_size"
|
android:textSize="@dimen/normal_text_size"
|
||||||
|
Loading…
Reference in New Issue
Block a user