From 6b0813928a4f147037f91db7bce25686b155478b Mon Sep 17 00:00:00 2001 From: Jays2Kings Date: Sun, 18 Apr 2021 01:40:47 -0400 Subject: [PATCH] Separate view in filter sheet to drag the whitespace of the sheet --- app/src/main/res/layout/filter_bottom_sheet.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/filter_bottom_sheet.xml b/app/src/main/res/layout/filter_bottom_sheet.xml index 0288fab467..1461a8ed22 100644 --- a/app/src/main/res/layout/filter_bottom_sheet.xml +++ b/app/src/main/res/layout/filter_bottom_sheet.xml @@ -8,8 +8,6 @@ android:background="@drawable/bottom_sheet_rounded_background" android:elevation="7dp" android:orientation="vertical" - android:clickable="true" - android:focusable="true" app:behavior_peekHeight="60dp" app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"> @@ -17,6 +15,17 @@ android:layout_width="match_parent" android:layout_height="wrap_content"> + + +