<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:gravity="top"
        android:height="@dimen/dp_200">
        <shape android:shape="rectangle">
            <gradient
                android:startColor="#80000000"
                android:endColor="#00000000"
                android:angle="270"
                android:type="linear"/>
        </shape>
    </item>
    <item
        android:gravity="bottom"
        android:height="@dimen/dp_200">
        <shape android:shape="rectangle">
            <gradient
                android:startColor="#80000000"
                android:endColor="#00000000"
                android:angle="90"
                android:type="linear"/>
        </shape>
    </item>
</layer-list>
