Newer
Older
VipVideo / app / src / main / res / drawable / shape_blue_gradient.xml
bello on 10 Jan 2021 372 bytes init
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <!--    android:type="linear" | "radial" | "sweep"-->
    <gradient
        android:angle="135"
        android:centerColor="@color/blue2"
        android:endColor="@color/blue3"
        android:startColor="@color/blue1"
        android:type="linear" />
</shape>