Files
moshidon/mastodon/src/main/res/drawable/rect_12dp.xml
2023-06-24 22:56:55 +03:00

5 lines
179 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="12dp"/>
<solid android:color="#000"/>
</shape>