mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-07 15:06:44 +00:00
Ellipsize favorite folders middle
This commit is contained in:
parent
be687d7083
commit
cd047a7a07
1 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@
|
|||
android:id="@+id/tvFavorite1"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="start"
|
||||
android:ellipsize="middle"
|
||||
android:padding="6dp"
|
||||
android:singleLine="true"
|
||||
android:text="favorite1"
|
||||
|
@ -62,7 +62,7 @@
|
|||
android:id="@+id/tvFavorite2"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="start"
|
||||
android:ellipsize="middle"
|
||||
android:padding="6dp"
|
||||
android:singleLine="true"
|
||||
android:text="favorite2"
|
||||
|
@ -79,7 +79,7 @@
|
|||
android:id="@+id/tvFavorite3"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="start"
|
||||
android:ellipsize="middle"
|
||||
android:padding="6dp"
|
||||
android:singleLine="true"
|
||||
android:text="favorite3"
|
||||
|
|
Loading…
Reference in a new issue