Files
moshidon/mastodon/src/main/res/drawable/fg_onboarding_ava.xml
2023-11-29 02:09:59 +03:00

5 lines
217 B
XML

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