Skip to content

Instantly share code, notes, and snippets.

@aqua30
Created March 6, 2022 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aqua30/a2f1055f52f982058efdc82bd1db52c9 to your computer and use it in GitHub Desktop.
Save aqua30/a2f1055f52f982058efdc82bd1db52c9 to your computer and use it in GitHub Desktop.
Layout for bottom sheet dialog
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/curvedContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/button_selector"
android:orientation="horizontal">
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment