From 6069bcd05873d751b2f6bd5c5a850099c1c67703 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 6 May 2020 21:04:38 -0400 Subject: [PATCH] Added elevation to filter bottom sheet, so the category hopper does not overlap it --- app/src/main/res/layout/filter_bottom_sheet.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/filter_bottom_sheet.xml b/app/src/main/res/layout/filter_bottom_sheet.xml index dff4b703b9..4dda02d0e1 100644 --- a/app/src/main/res/layout/filter_bottom_sheet.xml +++ b/app/src/main/res/layout/filter_bottom_sheet.xml @@ -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">