From 190b9da6c7c85decd9e42e24c00400e71f43a32a Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Thu, 21 Sep 2023 09:38:16 -0300 Subject: [PATCH] Fix icon alignment in CIV2 footer. --- .../v2_conversation_item_text_only_outgoing.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/v2_conversation_item_text_only_outgoing.xml b/app/src/main/res/layout/v2_conversation_item_text_only_outgoing.xml index cbabbdf0ad..68e7f61335 100644 --- a/app/src/main/res/layout/v2_conversation_item_text_only_outgoing.xml +++ b/app/src/main/res/layout/v2_conversation_item_text_only_outgoing.xml @@ -124,20 +124,22 @@ + android:paddingBottom="@dimen/message_bubble_bottom_padding" + app:layout_constraintBottom_toBottomOf="@id/conversation_item_footer_date" + app:layout_constraintEnd_toStartOf="@id/conversation_item_delivery_status" + app:layout_constraintTop_toTopOf="@id/conversation_item_footer_date" /> + app:layout_constraintEnd_toStartOf="@id/footer_end_pad" + app:layout_constraintTop_toTopOf="@id/conversation_item_footer_date" />