moshidon/mastodon/src/main/res/drawable/bg_bottom_sheet.xml
2023-12-04 21:33:25 +03:00

9 lines
No EOL
333 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:bottom="-28dp">
<shape android:tint="@color/m3_primary_alpha5" android:tintMode="src_over">
<solid android:color="?colorM3Surface"/>
<corners android:radius="28dp"/>
</shape>
</item>
</layer-list>