Files
moshidon/mastodon/src/main/res/drawable/bg_pill.xml
2023-02-16 16:42:47 +01:00

8 lines
331 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:dither="true"
android:shape="rectangle">
<corners android:radius="4sp" />
<solid android:color="?colorBackgroundLight" />
<stroke android:width="2dp" android:color="?android:colorAccent" />
</shape>