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