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

6 lines
232 B
XML

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