From c81bc229437ccb37dd1d9db5b789654c9e982daf Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Tue, 25 Sep 2018 16:26:36 -0700 Subject: [PATCH] Fix avatar location in a group conversation. --- res/layout/conversation_item_received.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/res/layout/conversation_item_received.xml b/res/layout/conversation_item_received.xml index 5a34a66486..2cf0cd763b 100644 --- a/res/layout/conversation_item_received.xml +++ b/res/layout/conversation_item_received.xml @@ -38,7 +38,6 @@ android:foreground="@drawable/contact_photo_background" android:layout_width="36dp" android:layout_height="36dp" - android:layout_marginBottom="6dp" android:cropToPadding="true" android:contentDescription="@string/conversation_item_received__contact_photo_description" />