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