summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/round_button.xml
blob: 3240f2ba2bc173dd05e8b5725d1fa8af5ee423d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
    android:color="#6C6875">
    <item>
        <shape android:shape="oval">
            <solid android:color="@color/design_default_color_primary" />
        </shape>
    </item>
</ripple>