Files
moshidon/mastodon/src/main/res/drawable/discover_ava_bg.xml
2024-02-14 21:08:16 -03:00

5 lines
218 B
XML

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