Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions changelog/unreleased/4976
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Show the full description of space permissions

More room has been given to the description of a role in the space member permissions list, so longer descriptions are no longer cut after the second line, and any text that still does not fit is ellipsized.

https://github.com/owncloud/android/issues/4968
https://github.com/owncloud/android/pull/4976
4 changes: 2 additions & 2 deletions owncloudApp/src/main/res/layout/role_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
android:text="@string/placeholder_sentence"
android:textSize="13sp"
android:textColor="@color/textColor"
android:ellipsize="middle"
android:maxLines="2"/>
android:ellipsize="end"
android:maxLines="4"/>

</LinearLayout>

Expand Down