summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/bg_circle.xml
blob: 0957db5e46f2255b948dc28b79dc97dc9bad44d5 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="?attr/colorPrimary" />
    <corners android:radius="30dp" />
    <size android:width="60dp" android:height="60dp"/>
</shape>