mastodon-app-ufficiale-android/mastodon/src/main/res/drawable/wrap_app_icon_border_small.xml

5 lines
204 B
XML

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