<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape android:shape="rectangle">
            <solid android:color="@color/_3tg_res_0x7f060499"/>
        </shape>
    </item>
    <item android:gravity="start">
        <shape android:shape="rectangle">
            <size android:width="400dp"/>
            <gradient
                android:startColor="?attr/_2dc_res_0x7f040134"
                android:endColor="@android:color/transparent"
                android:angle="0"/>
        </shape>
    </item>
    <item android:gravity="bottom">
        <shape android:shape="rectangle">
            <size android:height="200dp"/>
            <gradient
                android:startColor="?attr/_2dc_res_0x7f040134"
                android:endColor="@android:color/transparent"
                android:angle="90"/>
        </shape>
    </item>
</layer-list>
