From f074c7e5b7f61d8772d3c647c84aaa91802103fd Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Fri, 6 Jul 2018 09:52:28 -0700 Subject: [PATCH] Fixed FAB sometimes blocking shared contact toggle. Fixes #7968 --- res/layout/activity_contact_share_edit.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/layout/activity_contact_share_edit.xml b/res/layout/activity_contact_share_edit.xml index a70f3b5613..b7f522ae2b 100644 --- a/res/layout/activity_contact_share_edit.xml +++ b/res/layout/activity_contact_share_edit.xml @@ -7,7 +7,9 @@ + android:layout_height="match_parent" + android:paddingBottom="80dp" + android:clipToPadding="false"/>