From 554ce293370863a8836a739b13ce2e65b6169ed8 Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Wed, 30 Oct 2019 15:24:56 -0300 Subject: [PATCH] Adjust Typing Indicator margin in groups. --- res/layout/conversation_typing_view.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/conversation_typing_view.xml b/res/layout/conversation_typing_view.xml index 823253760e..a55572ae85 100644 --- a/res/layout/conversation_typing_view.xml +++ b/res/layout/conversation_typing_view.xml @@ -15,6 +15,7 @@ android:foreground="@drawable/contact_photo_background" android:layout_width="@dimen/conversation_item_avatar_size" android:layout_height="@dimen/conversation_item_avatar_size" + android:layout_marginStart="4dp" android:cropToPadding="true" android:contentDescription="@string/conversation_item_received__contact_photo_description" app:fallbackImageSize="small" />