Files
moshidon/mastodon/src/main/res/drawable/fg_compose_attachment.xml
2023-05-09 21:34:42 +03:00

5 lines
218 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke android:color="?colorM3OutlineVariant" android:width="1dp"/>
<corners android:radius="11dp"/>
</shape>