From 2a2c27edef883835d3a434ef97ddebb21b4fc6e2 Mon Sep 17 00:00:00 2001 From: Fumiaki Yoshimatsu Date: Sat, 2 Apr 2022 10:45:34 -0400 Subject: [PATCH] Remove unnecessary marginEnd attribute. --- app/src/main/res/layout/conversation_title_view.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/conversation_title_view.xml b/app/src/main/res/layout/conversation_title_view.xml index 629aa4fdc6..4db59b5afd 100644 --- a/app/src/main/res/layout/conversation_title_view.xml +++ b/app/src/main/res/layout/conversation_title_view.xml @@ -23,7 +23,6 @@ android:layout_alignParentStart="true" android:layout_centerVertical="true" android:clickable="true" - android:layout_marginEnd="10dp" android:contentDescription="@string/conversation_list_item_view__contact_photo_image" android:cropToPadding="true" android:foreground="@drawable/contact_photo_background"