From 667aad6de0600b4309031f48a8f1c31519d0552d Mon Sep 17 00:00:00 2001 From: Anton Chekulaev Date: Mon, 28 Sep 2020 14:44:56 +1000 Subject: [PATCH] Negative margin removed from the conversation back button. --- res/layout/conversation_activity.xml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml index 394ad2d311..215cfadb4b 100644 --- a/res/layout/conversation_activity.xml +++ b/res/layout/conversation_activity.xml @@ -12,14 +12,8 @@ android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:clipChildren="false" - android:contentInsetLeft="24dp" - android:contentInsetStart="24dp" - app:contentInsetLeft="24dp" - app:contentInsetStart="24dp" - android:contentInsetRight="20dp" - android:contentInsetEnd="20dp" - app:contentInsetRight="20dp" - app:contentInsetEnd="20dp"> + app:contentInsetLeft="0dp" + app:contentInsetStart="0dp"> + android:focusable="true">