From a9f1010addf73216f5645a248cf486bb83d97f1e Mon Sep 17 00:00:00 2001 From: M M Arif Date: Tue, 25 May 2021 21:26:21 +0200 Subject: [PATCH] Improve reply comment title (#912) Closes #910 Co-authored-by: M M Arif Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/912 Reviewed-by: opyale Co-authored-by: M M Arif Co-committed-by: M M Arif --- app/src/main/res/layout/bottom_sheet_reply_layout.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/bottom_sheet_reply_layout.xml b/app/src/main/res/layout/bottom_sheet_reply_layout.xml index 47e74c5a..86fdd1ea 100644 --- a/app/src/main/res/layout/bottom_sheet_reply_layout.xml +++ b/app/src/main/res/layout/bottom_sheet_reply_layout.xml @@ -42,10 +42,11 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" - android:maxLines="1" + android:maxLines="2" + android:ellipsize="end" android:text="@string/commentButtonText" android:textColor="?attr/primaryTextColor" - android:textSize="20sp" /> + android:textSize="14sp" />