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