From 2c39d3ebca5c7ff984186cb30da134ff529e9305 Mon Sep 17 00:00:00 2001 From: Jeff Boek Date: Wed, 24 Jun 2020 17:23:44 -0700 Subject: [PATCH] For #11430 - Gives enough padding to the tab tray give adequate space for the fab --- app/src/main/res/layout/component_tabstray.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/component_tabstray.xml b/app/src/main/res/layout/component_tabstray.xml index a7e5c381ab..30d88e58f8 100644 --- a/app/src/main/res/layout/component_tabstray.xml +++ b/app/src/main/res/layout/component_tabstray.xml @@ -108,7 +108,7 @@ android:id="@+id/tabsTray" android:layout_width="0dp" android:layout_height="0dp" - android:paddingBottom="80dp" + android:paddingBottom="140dp" android:clipToPadding="false" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent"