Limit quoted message to max 4 lines

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-05-24 09:52:30 +02:00
parent 93da3a9c65
commit 72e2310988
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -85,7 +85,9 @@
android:layout_height="wrap_content"
android:layout_below="@id/quotedMessageImage"
android:layout_alignStart="@id/quotedMessageAuthor"
android:ellipsize="end"
android:lineSpacingMultiplier="1.2"
android:maxLines="4"
android:textAlignment="viewStart"
android:textColor="@color/high_emphasis_text"
android:textIsSelectable="false"