map bottom should not be hidable

This commit is contained in:
cyBerta
2019-03-26 16:12:14 +01:00
parent 37974f2ce8
commit 1b43a3fe3f
+1 -1
View File
@@ -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"