Home | History | Annotate | Download | only in drawable
      1 <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
      2     <gradient android:startColor="#33F3614B"
      3               android:centerColor="#66F3614B"
      4               android:endColor="#FFF3614B"
      5               android:angle="315"/>
      6 </shape>