From 6c1ccebb4a06442431603a186331cbe6be1832ea Mon Sep 17 00:00:00 2001 From: TebbeUbben Date: Sun, 3 Jun 2018 23:42:10 +0200 Subject: [PATCH] Moved padding to Toolbar --- app/src/main/res/layout/activity_main.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 309e5d7bd2..1da64832d1 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -17,18 +17,18 @@ android:layout_height="match_parent" android:background="@color/colorPrimary" android:elevation="4dp" - app:contentInsetEnd="0dp" - app:contentInsetEndWithActions="0dp" - app:contentInsetStart="0dp" - app:contentInsetStartWithNavigation="0dp"> + app:contentInsetEnd="64dp" + app:contentInsetStart="64dp" + app:contentInsetLeft="64dp" + app:contentInsetRight="64dp" + app:contentInsetEndWithActions="64dp" + app:contentInsetStartWithNavigation="64dp">