Skip to content

Commit 080a944

Browse files
committed
[BUG] Fix display name truncation issue with ellipsis
Resolved the bug where long display names were truncated incorrectly in the Manage Accounts view. Now, display names are properly truncated in the middle with ellipsis (...) to maintain readability. Fixes #4351
1 parent aa52a8d commit 080a944

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

owncloudApp/src/main/res/layout/account_item.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
android:layout_height="28dp"
5757
android:layout_marginStart="8dp"
5858
android:layout_marginTop="8dp"
59+
android:ellipsize="middle"
5960
android:gravity="bottom"
6061
android:maxLines="1"
6162
android:text="@string/placeholder_filename"

0 commit comments

Comments
 (0)