summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/bg_pill.xml
blob: f5865ccffc5a4927cac89fd5250d5c40ce127467 (plain)
1
2
3
4
5
6
7
<?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>