Skip to content

Commit 5dd8d04

Browse files
committed
move dots of long filenames into the middle, so the end is visible
1 parent 8375b05 commit 5dd8d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/item_file_dir_list.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
android:id="@+id/item_name"
3131
android:layout_width="0dp"
3232
android:layout_height="wrap_content"
33-
android:ellipsize="end"
33+
android:ellipsize="middle"
3434
android:maxLines="1"
3535
android:paddingStart="@dimen/tiny_margin"
3636
android:textSize="@dimen/normal_text_size"

0 commit comments

Comments
 (0)