Added elevation to filter bottom sheet, so the category hopper does not overlap it

This commit is contained in:
Jay 2020-05-06 21:04:38 -04:00
parent c70f4025f4
commit 6069bcd058

View File

@ -8,6 +8,7 @@
android:background="@drawable/bottom_sheet_rounded_background"
android:orientation="vertical"
app:behavior_peekHeight="60dp"
android:elevation="12dp"
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior">
<androidx.constraintlayout.widget.ConstraintLayout