From c47adb7482b0064e42fb13dca254d4b6f03deadb Mon Sep 17 00:00:00 2001 From: Michelle Tang Date: Tue, 7 Apr 2026 11:56:48 -0400 Subject: [PATCH] Update padding sizes of update items. --- app/src/main/res/layout/conversation_item_update.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/conversation_item_update.xml b/app/src/main/res/layout/conversation_item_update.xml index a245b216c3..3171465102 100644 --- a/app/src/main/res/layout/conversation_item_update.xml +++ b/app/src/main/res/layout/conversation_item_update.xml @@ -7,8 +7,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:focusable="true" - android:paddingStart="32dp" - android:paddingEnd="32dp"> + android:paddingStart="24dp" + android:paddingEnd="24dp">