move dots of long filenames into the middle, so the end is visible

This commit is contained in:
tibbi 2023-06-20 18:47:36 +02:00
parent 8375b05034
commit 5dd8d048d6

View File

@ -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"