<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient android:startColor="#4D666666"
        android:centerColor="#33706F6F"
        android:endColor="#00000000"
        android:angle="90"
        android:centerY="0.4"/>
</shape>