grid_background.xml 414 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. xmlns:android="http://schemas.android.com/apk/res/android"
  6. android:angle="90"
  7. android:centerX="0"
  8. android:centerY="0"
  9. android:startColor="#FF000000"
  10. android:endColor="#FF8E8E8E"
  11. android:type="linear" />
  12. </shape>