From cfdaaec86e9f680ee4fcbe7d25f9216046304e20 Mon Sep 17 00:00:00 2001 From: kosyak Date: Mon, 5 Aug 2024 23:38:07 +0200 Subject: [PATCH] better ellipsize for subject text --- src/main/res/layout/fragment_conversation.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index 81f3247a7..9e83185af 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -63,6 +63,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" + android:singleLine="true" android:maxLines="1" android:ellipsize="end" android:autoLink="web"