Home | History | Annotate | Download | only in drawable
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <shape xmlns:android="http://schemas.android.com/apk/res/android"
      3 	   android:shape="rectangle">
      4 	<gradient xmlns:android="http://schemas.android.com/apk/res/android"
      5 			  android:type="linear"
      6 			  android:angle="270"
      7 			  android:startColor="#9f9f9f"
      8 			  android:endColor="#ffffff">
      9 	</gradient>
     10 </shape>
     11