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