adapt package for BottomSheetBehavior

This commit is contained in:
cyberta 2019-11-11 13:06:05 +01:00
parent 4eec0331ca
commit 6b4f90c52f

View file

@ -7,7 +7,7 @@
android:id="@+id/bottom_sheet"
app:behavior_hideable="false"
app:behavior_peekHeight="35dp"
app:layout_behavior="android.support.design.widget.BottomSheetBehavior"
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"
android:background="@color/transparent"
>