tmap/res/drawable/bottom_sheet_main_background.xml
2022-06-10 21:38:30 +09:00

11 lines
478 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:height="@dimen/tmap_26dp" android:drawable="@drawable/shadow" />
<item android:top="10.0dip">
<shape android:shape="rectangle">
<solid android:color="@color/color_ffffff" />
<corners android:topLeftRadius="@dimen/tmap_16dp" android:topRightRadius="@dimen/tmap_16dp" />
</shape>
</item>
</layer-list>