Files
moshidon/mastodon/src/main/res/drawable/round_rect.xml
2022-12-15 19:41:38 +03:00

5 lines
180 B
XML

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