mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 01:55:06 +01:00
Added elevation to filter bottom sheet, so the category hopper does not overlap it
This commit is contained in:
parent
c70f4025f4
commit
6069bcd058
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user