From debaeb86b69f0284f96bd20f08c742d8d1a77910 Mon Sep 17 00:00:00 2001 From: Anton Chekulaev Date: Wed, 26 Aug 2020 15:24:56 +1000 Subject: [PATCH] Fixed home screen toolbar left inset. --- res/layout/activity_home.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/activity_home.xml b/res/layout/activity_home.xml index ed1ac2526d..13eb8bda5e 100644 --- a/res/layout/activity_home.xml +++ b/res/layout/activity_home.xml @@ -14,7 +14,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?colorPrimary" - android:elevation="1dp"> + android:elevation="1dp" + app:contentInsetStart="0dp">