From 320bfabca6f67e9d227ecbacf6228d98d9db266d Mon Sep 17 00:00:00 2001 From: Madalin Valceleanu Date: Thu, 3 Oct 2019 12:51:16 +0200 Subject: [PATCH] [fenix] Fix too much space under the address bar --- app/src/main/res/layout/fragment_home.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index cafd7f9191..16b4a8e699 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -67,7 +67,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?bottomBarBackground" - android:paddingBottom="2dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent">