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

    <corners android:topLeftRadius="8dp"
        android:bottomLeftRadius="8dp"/>

    <gradient
        android:angle="0"
        android:startColor="#CC1DA1F2"
        android:endColor="#CC1DA1F2"/>
</shape>