From 8503c49db07c9f02dc91324fdada7e2f3c99ed76 Mon Sep 17 00:00:00 2001 From: jeffrey-signal Date: Thu, 7 May 2026 14:24:51 -0400 Subject: [PATCH] Prevent input panel quote author name from overlapping the dismiss button. --- app/src/main/res/layout/v2_quote_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/v2_quote_view.xml b/app/src/main/res/layout/v2_quote_view.xml index 843daaf7f7..bd34df381c 100644 --- a/app/src/main/res/layout/v2_quote_view.xml +++ b/app/src/main/res/layout/v2_quote_view.xml @@ -25,7 +25,7 @@ android:layout_height="wrap_content" android:layout_marginStart="8dp" android:layout_marginTop="8dp" - android:layout_marginEnd="8dp" + android:layout_marginEnd="28dp" android:layout_marginBottom="1dp" app:layout_constrainedWidth="true" app:layout_constraintBottom_toTopOf="@id/quote_attachment_name_stub"