gradient_bg.xml 289 B

123456789
  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:startColor="#f1f1f2"
  6. android:centerColor="#e7e7e8"
  7. android:endColor="#cfcfcf"
  8. android:angle="270" />
  9. </shape>