Files
moshidon/mastodon/src/main/res/drawable/rect_4dp.xml
2022-12-04 01:34:03 +03:00

5 lines
178 B
XML

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