bg_push.xml 545 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. tools:ignore="ResourceName">
  5. <item>
  6. <shape android:shape="rectangle">
  7. <gradient
  8. android:angle="90"
  9. android:endColor="@color/color_ff4571ff"
  10. android:startColor="@color/color_ff8fafff"
  11. android:type="linear"
  12. android:useLevel="true" />
  13. </shape>
  14. </item>
  15. </layer-list>