From 75334abe0f46a70090afa876fa0f864601fe4500 Mon Sep 17 00:00:00 2001 From: Michelle Tang Date: Wed, 1 Apr 2026 14:58:37 -0400 Subject: [PATCH] Fix padding for collapsed events wrapping. --- app/src/main/res/layout/conversation_item_update.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/conversation_item_update.xml b/app/src/main/res/layout/conversation_item_update.xml index d39b501ebb..3e83d558b5 100644 --- a/app/src/main/res/layout/conversation_item_update.xml +++ b/app/src/main/res/layout/conversation_item_update.xml @@ -28,7 +28,8 @@ android:id="@+id/conversation_update_collapsed" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:minHeight="32dp" + android:minHeight="0dp" + android:paddingVertical="6dp" android:layout_marginBottom="12dp" android:background="@drawable/rounded_rectangle_38" android:paddingHorizontal="16dp"