Skip to content

Commit 3245c2f

Browse files
committed
fix: ellipsize member names in UI if too long
1 parent eb243ad commit 3245c2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
android:textSize="@dimen/two_line_primary_text_size"
5454
android:textColor="@color/textColor"
5555
android:textStyle="bold"
56-
android:ellipsize="middle"/>
56+
android:ellipsize="middle"
57+
android:maxLines="1"/>
5758

5859
<LinearLayout
5960
android:layout_width="wrap_content"

0 commit comments

Comments
 (0)