Casero / app / src / main / res / drawable / gradient1.xml
gradient1.xml
Raw
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >

    <gradient
        android:endColor="@color/colorPrimary"
        android:startColor="@color/colorPrimaryDark"
        android:angle="0"
        android:type="linear"
        />

</shape>