From 124ea2f449c1a81b94c87f0aac21a2d2a2a63f26 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Fri, 10 Mar 2023 23:14:28 -0500 Subject: [PATCH] Tweak spacing on reply cancel button --- src/main/res/layout/fragment_conversation.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index e697828e9158275628fbed8559d4761d595a6ac7..c97edd767bf1fdd3f251aca099b319c7f5d308cb 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -56,9 +56,10 @@ android:layout_above="@+id/textsend" android:layout_width="fill_parent" android:layout_height="wrap_content" + android:minHeight="40dp" android:paddingTop="8dp" android:paddingLeft="8dp" - android:paddingRight="20dp" + android:paddingRight="14dp" android:orientation="horizontal" android:background="?attr/color_background_primary">