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

    <corners
        android:radius="12dp"/>
    <gradient
        android:angle="270"
        android:centerX="0.5"
        android:centerY="0.5"
        android:startColor="#18ffffff"
        android:endColor="#28000000"/>

</shape>
