bg_promote_header.xml 334 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <gradient
  4. android:angle="0"
  5. android:endColor="#fffd7f8d"
  6. android:startColor="#fffb5ca3"
  7. android:type="linear"
  8. android:useLevel="false" />
  9. <corners android:radius="12dp" />
  10. </shape>