Files
moshidon/mastodon/src/main/res/drawable/white_circle.xml
2022-12-08 23:22:10 +03:00

4 lines
166 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
<solid android:color="#fff"/>
</shape>