From 6f8b9e5e8f517baaaf0791316c5c4913df064c39 Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Sun, 23 Mar 2025 18:08:38 +0530 Subject: [PATCH] Use 0dp (match constraints) as width for text view Previously, the text was using `wrap_content`, which could cause cropping or overflow in certain language configurations See https://github.com/FossifyOrg/Messages/issues/325 --- app/src/main/res/layout/layout_invalid_short_code_info.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/src/main/res/layout/layout_invalid_short_code_info.xml b/app/src/main/res/layout/layout_invalid_short_code_info.xml index 6e6f3778..276ae7ee 100644 --- a/app/src/main/res/layout/layout_invalid_short_code_info.xml +++ b/app/src/main/res/layout/layout_invalid_short_code_info.xml @@ -3,17 +3,12 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" - android:orientation="horizontal" android:paddingHorizontal="@dimen/normal_margin">