bg_shadow_white.xml 1.7 KB
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape>
            <gradient
                android:angle="90"
                android:centerColor="#eef2f5"
                android:endColor="#eef2f5"
                android:startColor="#eef2f5" />
            <corners android:radius="5dp" />

        </shape>
    </item>
    <item>
        <shape>
            <gradient
                android:angle="90"
                android:centerColor="#eef2f5"
                android:endColor="#eef2f5"
                android:startColor="#eef2f5" />
            <corners android:radius="5dp" />
        </shape>
    </item>
    <item>
        <shape>
            <gradient
                android:angle="90"
                android:centerColor="#eef2f5"
                android:endColor="#eef2f5"
                android:startColor="#eef2f5" />
            <corners android:radius="5dp" />
        </shape>
    </item>
    <item>
        <shape>
            <gradient
                android:angle="90"
                android:centerColor="#eef2f5"
                android:endColor="#eef2f5"
                android:startColor="#a9a09d" />
            <corners android:radius="5dp" />
        </shape>
    </item>
    <item>
        <shape>
            <padding
                android:bottom="2dp"
                android:left="2dp"
                android:right="2dp"
                android:top="2dp" />
            <solid android:color="#eef2f5" />
        </shape>
    </item>
    <!-- Background -->
    <item>
        <shape>
            <solid android:color="#eef2f5" />
            <corners android:radius="3dp" />
        </shape>
    </item>
</layer-list>