Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5fb4ff0 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Allow secondary summaries to wrap in entity header

Test: view notification channel page with a long NotificationChannel#description
Fixes: 232024654
Change-Id: I4af61a72a47a049d85e595489308090edd7101eb
parent 59bf3478
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -71,6 +71,8 @@
        <TextView
            android:id="@+id/entity_header_second_summary"
            style="@style/TextAppearance.EntityHeaderSummary"
            android:singleLine="false"
            android:maxLines="4"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"/>