From e0d07c80ac11e9ee1b561f864c332176b3fe7532 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 13 Nov 2023 12:06:03 +0100 Subject: [PATCH] Fixed date time & imdn icon alignement on outgoing bubbles --- app/src/main/res/layout/chat_bubble_outgoing.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/chat_bubble_outgoing.xml b/app/src/main/res/layout/chat_bubble_outgoing.xml index 459f34502..43e958ec3 100644 --- a/app/src/main/res/layout/chat_bubble_outgoing.xml +++ b/app/src/main/res/layout/chat_bubble_outgoing.xml @@ -158,10 +158,10 @@ android:visibility="@{model.text.length() > 0 ? View.VISIBLE : View.GONE}"/>