From 3bb22a3b1ed241bd75d2cabed9d19fa8c6655fc0 Mon Sep 17 00:00:00 2001 From: nielsandriesse Date: Tue, 29 Sep 2020 09:06:03 +1000 Subject: [PATCH] Add margin --- res/layout/conversation_activity.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml index 215cfadb4b..f4b879eb67 100644 --- a/res/layout/conversation_activity.xml +++ b/res/layout/conversation_activity.xml @@ -12,8 +12,7 @@ android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:clipChildren="false" - app:contentInsetLeft="0dp" - app:contentInsetStart="0dp"> + app:contentInsetStart="4dp"> + android:layout_marginLeft="8dp" />