From 6b4f90c52f073c3343d09013bf9e3d2cc26ed79c Mon Sep 17 00:00:00 2001 From: cyberta Date: Mon, 11 Nov 2019 13:06:05 +0100 Subject: [PATCH] adapt package for BottomSheetBehavior --- res/layout/bottom_map_sheet.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/bottom_map_sheet.xml b/res/layout/bottom_map_sheet.xml index dddb1a4c6..1d1868ade 100644 --- a/res/layout/bottom_map_sheet.xml +++ b/res/layout/bottom_map_sheet.xml @@ -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" >