mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2024-12-29 02:05:37 +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:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="end"
|
||||
android:ellipsize="middle"
|
||||
android:maxLines="1"
|
||||
android:paddingStart="@dimen/tiny_margin"
|
||||
android:textSize="@dimen/normal_text_size"
|
||||
|
Loading…
Reference in New Issue
Block a user