gradient_shape.xml 346 B

123456789101112
  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
  5. android:angle="90"
  6. android:startColor="#aa000000"
  7. android:centerColor="#00000000"
  8. android:endColor="#00ffffff"/>
  9. <corners android:radius="0dp" />
  10. </shape>