Skip to content

Instantly share code, notes, and snippets.

@beta
Created October 6, 2016 06:59
Show Gist options
  • Save beta/45668fa7e6d23a89e3f23f934dbd64fa to your computer and use it in GitHub Desktop.
Save beta/45668fa7e6d23a89e3f23f934dbd64fa to your computer and use it in GitHub Desktop.
<FrameLayout
android:id="@+id/design_bottom_sheet"
  android:layout_width="match_parent"
  android:layout_height="wrap_content"
  android:layout_gravity="center_horizontal|top"
  android:clickable="true"
  app:layout_behavior="@string/bottom_sheet_behavior"
  style="?attr/bottomSheetStyle"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment