aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/bg_chip.xml
blob: aecffef4c77e0196e4405188219208f8c7cc1fe5 (plain) (blame)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="@color/surface_variant" />
    <corners android:radius="@dimen/radius_pill" />
</shape>