Files
moshidon/mastodon/src/main/res/drawable/bg_profile_follows_you.xml
2022-04-29 17:11:23 +03:00

5 lines
183 B
XML

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