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

14 lines
429 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<solid android:color="@color/color_1a000000" />
</shape>
</item>
<item android:top="1.0dip">
<shape android:shape="rectangle">
<solid android:color="@color/color_ffffff" />
</shape>
</item>
</layer-list>