summaryrefslogtreecommitdiff
path: root/app/src/custom/res/drawable-anydpi-v24/bg_connected.xml
blob: f851203d54f11034ac37757e42abee818bb8bce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:gravity="fill">
        <shape android:shape="rectangle">
            <solid android:color="@color/bg_running"/>
        </shape>
    </item>
    <item android:gravity="fill"
        android:bottom="80dp"
        android:drawable="@drawable/bg_connected_effect"
        >
    </item>
</layer-list>