AntennaPod/ui/common/src/main/res/drawable/bg_pill.xml

7 lines
238 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="?attr/colorPrimary" />
<corners android:radius="20dp" />
</shape>