Files
moshidon/mastodon/src/main/res/drawable/bg_bottom_sheet.xml
2022-05-01 00:44:28 +03:00

9 lines
286 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<solid android:color="?colorWindowBackground"/>
<corners android:topLeftRadius="12dp" android:topRightRadius="12dp"/>
</shape>
</item>
</layer-list>