From 541c6221d6b90c5bedd7bfad1636fab64b857cce Mon Sep 17 00:00:00 2001 From: ThomasSession Date: Wed, 16 Oct 2024 15:39:54 +1100 Subject: [PATCH] SES-2815 - proper icon and spacing for deleted messages --- app/src/main/res/layout/view_deleted_message.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/view_deleted_message.xml b/app/src/main/res/layout/view_deleted_message.xml index 719783a0d9..f52f7b7a1b 100644 --- a/app/src/main/res/layout/view_deleted_message.xml +++ b/app/src/main/res/layout/view_deleted_message.xml @@ -6,14 +6,15 @@ android:layout_height="wrap_content" xmlns:tools="http://schemas.android.com/tools" android:orientation="horizontal" - android:padding="@dimen/small_spacing"> + android:gravity="center_vertical" + android:paddingVertical="@dimen/small_spacing">