From 0bf7c08778f556fe59815656efccaa739761e611 Mon Sep 17 00:00:00 2001 From: gmbnt Date: Tue, 17 Mar 2020 09:54:58 +1100 Subject: [PATCH] Add home screen bottom margin --- res/layout/activity_home.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/layout/activity_home.xml b/res/layout/activity_home.xml index 8bbecbb576..ce436d7b31 100644 --- a/res/layout/activity_home.xml +++ b/res/layout/activity_home.xml @@ -56,7 +56,9 @@ + android:layout_height="match_parent" + android:paddingBottom="172dp" + android:clipToPadding="false" />