Fix not being able to drag filter sheet

This commit is contained in:
Jays2Kings 2021-04-16 23:11:26 -04:00
parent 0cf56ca335
commit 746468ee8d

View File

@ -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">