<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape>
            <gradient
                android:startColor="#ff000000"
                android:endColor="#00000000"
                android:angle="90"
                android:type="linear"
                android:centerY="0.45"
                android:centerColor="#80000000"/>
        </shape>
    </item>
    <item>
        <shape>
            <gradient
                android:startColor="#66000000"
                android:endColor="#00000000"
                android:angle="0"
                android:type="linear"
                android:centerColor="#00000000"/>
        </shape>
    </item>
</layer-list>
