<?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:startColor="#283C8C" android:endColor="#182C7C" android:type="linear" android:angle="90"/>            
            
            <corners android:radius="3dp"/>
            
            </shape>
            </item>
     <item >
                     <scale android:scaleWidth="100%">
                                     <shape android:shape="rectangle">
            <gradient android:startColor="#283C8C" android:endColor="#182C7C" android:type="linear" android:angle="90"/>            
            
            </shape>
            </scale>
            </item>

     <item >
                     <scale android:scaleWidth="100%">
                                     <shape android:shape="rectangle">
                                     <gradient android:startColor="#60B4FF" android:endColor="#50A4EF" android:type="linear" android:angle="90"/>            
            </shape>
            </scale>
            </item>
    
</layer-list>