From eda6079ae932a23ae854760d1b9f8e56f349cf32 Mon Sep 17 00:00:00 2001 From: ROHAN JADHAV Date: Fri, 6 Mar 2026 05:45:51 +0530 Subject: [PATCH] feat: add margin in members list for long display names --- changelog/unreleased/4800 | 6 ++++++ owncloudApp/src/main/res/layout/member_item.xml | 10 ++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 changelog/unreleased/4800 diff --git a/changelog/unreleased/4800 b/changelog/unreleased/4800 new file mode 100644 index 00000000000..3a7e17b270b --- /dev/null +++ b/changelog/unreleased/4800 @@ -0,0 +1,6 @@ +Bugfix: Add margin in members list for long display names in all cases + +An extra margin has been added to the right side in the list of members when the display name is long, preventing the text from overflowing. + +https://github.com/owncloud/android/issues/4781 +https://github.com/owncloud/android/pull/4800 diff --git a/owncloudApp/src/main/res/layout/member_item.xml b/owncloudApp/src/main/res/layout/member_item.xml index 1f72dd4c956..745e87e19e2 100644 --- a/owncloudApp/src/main/res/layout/member_item.xml +++ b/owncloudApp/src/main/res/layout/member_item.xml @@ -43,14 +43,16 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" + android:layout_marginEnd="@dimen/standard_half_margin" android:orientation="vertical">