From 1b43a3fe3f35d6cf5c007f14fb6dd149a722d3de Mon Sep 17 00:00:00 2001 From: cyBerta Date: Tue, 26 Mar 2019 16:12:14 +0100 Subject: [PATCH] map bottom should not be hidable --- 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 c3ffe21b4..62704915d 100644 --- a/res/layout/bottom_map_sheet.xml +++ b/res/layout/bottom_map_sheet.xml @@ -5,7 +5,7 @@ android:layout_width="match_parent" android:layout_height="165dp" android:id="@+id/bottom_sheet" - app:behavior_hideable="true" + app:behavior_hideable="false" app:behavior_peekHeight="35dp" app:layout_behavior="android.support.design.widget.BottomSheetBehavior" android:background="@color/transparent"