<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >
    
<!--
    <gradient
         android:startColor="#404040"
         android:endColor="#4070B7"
         android:angle="270" />
-->

    <gradient
         android:startColor="#404040"
         android:endColor="#6040B0"
         android:angle="270" />

<!--
    <stroke 
        android:color="#C0C0C0" 
        android:width="2px" />

    <corners 
         android:radius="0dp" />
-->

</shape>
