summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/shape_counter.xml
blob: c4cb4a2322302cb10f2f90537eb73be9d16e98bf (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="?colorErrorContainer" />
    <padding
        android:left="2dp"
        android:right="2dp" />
    <corners android:radius="50dp" />
</shape>