Skip to content

Commit 1df787c

Browse files
committed
fix: ellipsize expiration date when there is not enough space
1 parent 7bf6ff0 commit 1df787c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
android:textSize="13sp"
8989
android:textColor="@color/textColor"
9090
android:ellipsize="middle"
91+
android:maxLines="1"
9192
android:visibility="gone"
9293
tools:visibility="visible"/>
9394

0 commit comments

Comments
 (0)