Files
moshidon/mastodon/src/main/res/drawable/profile_ava_bg.xml
2022-02-07 15:07:12 +03:00

5 lines
210 B
XML

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