summaryrefslogtreecommitdiffstats
path: root/res/drawable/apply_circle_bg.xml
blob: 5451bd79d8d7e8362b95f8fbdff01957967b4c31 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>

<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">

    <solid android:color="@color/apply_layout_button_bg_color"/>

</shape>