<?xml version="1.0" encoding="utf-8"?>
<com.app.implementation.bottomsheet.BrowserBottomSheet xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="true"
android:focusable="true"
app:behavior_hideable="true"
app:layout_behavior="@string/bottom_sheet_behavior"
/>
When i close the bottom sheet, i do not want it to hide completely, the top portion should be visible and can be used to pull it back up. is this possible?
Above view will be inside another layout