Skip to content

Instantly share code, notes, and snippets.

@MrCrambo
Created July 7, 2020 15:30
Show Gist options
  • Save MrCrambo/bbb554178643ac676b8909acffc5d85e to your computer and use it in GitHub Desktop.
Save MrCrambo/bbb554178643ac676b8909acffc5d85e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
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:orientation="vertical"
android:background="@drawable/your_bottom_sheet_background"
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"
app:behavior_hideable="true"
app:behavior_peekHeight="220dp">
<!-- Here is your content -->
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment