Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save virendersran01/b819cbfb23134e26ff2ac758a215f521 to your computer and use it in GitHub Desktop.
Save virendersran01/b819cbfb23134e26ff2ac758a215f521 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