shape_rounded_bottomsheet.xml 275 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="rectangle">
  4. <solid android:color="@color/dark_material_level3" />
  5. <corners
  6. android:topLeftRadius="16dp"
  7. android:topRightRadius="16dp" />
  8. </shape>