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