summaryrefslogtreecommitdiff
path: root/app/src/normal/res/drawable/bg_connected.xml
blob: 19dac1037c8d6e400d5f2b9c6db203bc6ea453e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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:top="80dp"
        android:gravity="fill"
        android:drawable="@drawable/bg_connected_effect"
        >
    </item>
</layer-list>