summaryrefslogtreecommitdiffstats
path: root/res/drawable/progress_bg.xml
blob: 6b0a128b06caca60d0c02f2f47e7bcbae9f12b7b (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<shape
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid
        android:color="@color/apply_button_default_color" />
</shape>