From 15caa33d3b3b74e82adf9e682cf9ddc613a12b29 Mon Sep 17 00:00:00 2001 From: Sayed Owais Ali Date: Mon, 9 Oct 2023 17:37:27 +0530 Subject: [PATCH] Tp 43445 navi logo highlight in chat (#8180) --- ...avi_chat_message_with_action_item_list.xml | 16 ++++++++++--- ...layout_navi_chat_message_with_deeplink.xml | 20 ++++++++++++---- ...ayout_navi_chat_message_with_item_list.xml | 21 ++++++++++++----- .../layout_navi_chat_received_message.xml | 22 +++++++++++++----- ..._chat_received_message_with_attachment.xml | 22 +++++++++++++----- .../layout/layout_navi_chat_typing_status.xml | 23 +++++++++++++------ 6 files changed, 91 insertions(+), 33 deletions(-) diff --git a/navi-widgets/src/main/res/layout/layout_navi_chat_message_with_action_item_list.xml b/navi-widgets/src/main/res/layout/layout_navi_chat_message_with_action_item_list.xml index 176081e8be..edf2397cc5 100644 --- a/navi-widgets/src/main/res/layout/layout_navi_chat_message_with_action_item_list.xml +++ b/navi-widgets/src/main/res/layout/layout_navi_chat_message_with_action_item_list.xml @@ -16,13 +16,23 @@ android:gravity="bottom" android:orientation="horizontal"> - + > + + + + + + + android:background="@drawable/ic_navi_chat_logo" /> + + diff --git a/navi-widgets/src/main/res/layout/layout_navi_chat_message_with_item_list.xml b/navi-widgets/src/main/res/layout/layout_navi_chat_message_with_item_list.xml index 311c4a80a4..c3dd63a1a2 100644 --- a/navi-widgets/src/main/res/layout/layout_navi_chat_message_with_item_list.xml +++ b/navi-widgets/src/main/res/layout/layout_navi_chat_message_with_item_list.xml @@ -12,15 +12,24 @@ android:layout_height="wrap_content" android:layout_marginEnd="@dimen/dp_62"> - + app:layout_constraintTop_toTopOf="parent"> + + + + diff --git a/navi-widgets/src/main/res/layout/layout_navi_chat_received_message.xml b/navi-widgets/src/main/res/layout/layout_navi_chat_received_message.xml index a2409d57c2..a990bc69ea 100644 --- a/navi-widgets/src/main/res/layout/layout_navi_chat_received_message.xml +++ b/navi-widgets/src/main/res/layout/layout_navi_chat_received_message.xml @@ -13,16 +13,26 @@ android:layout_height="wrap_content" android:layout_marginEnd="@dimen/dp_62"> - + android:layout_marginStart="@dimen/dp_16" + android:layout_marginBottom="@dimen/dp_15" + > + + + + - + app:layout_constraintTop_toTopOf="parent" + android:layout_marginStart="@dimen/dp_16" + > + + + + - + app:layout_constraintTop_toTopOf="parent" + android:layout_marginStart="@dimen/dp_16"> + + + +