<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <gradient
        android:angle="270"
        android:startColor="@color/base_primary_gradient_start"
        android:endColor="@color/base_primary_gradient_end"
        android:type="linear" />

</shape>