Runt
2022-08-17 2a320dc04d6deb22116ebfd302d6f898a15f23af
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
            <shape>
                <corners android:radius="5dp" />
                <gradient
                    android:angle="360"
                    android:endColor="@color/blue_sky"
                    android:startColor="@color/color_blue"/>
            </shape>
    </item>
</layer-list>