<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >

    <gradient
         android:startColor="#404040"
         android:endColor="#A35838"
         android:angle="270" />
    
    <stroke 
        android:color="#C0C0C0" 
        android:width="1dp" />

<!--
    <corners 
         android:radius="8dp" />
-->
   
</shape>
