From 746468ee8d4a033eafed6131c31300c6338acef2 Mon Sep 17 00:00:00 2001 From: Jays2Kings Date: Fri, 16 Apr 2021 23:11:26 -0400 Subject: [PATCH] Fix not being able to drag filter sheet --- app/src/main/res/layout/filter_bottom_sheet.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/filter_bottom_sheet.xml b/app/src/main/res/layout/filter_bottom_sheet.xml index 812842fbfc..0288fab467 100644 --- a/app/src/main/res/layout/filter_bottom_sheet.xml +++ b/app/src/main/res/layout/filter_bottom_sheet.xml @@ -8,6 +8,8 @@ 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">