haoyu_line_3.xml 343 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="rectangle">
  4. <!-- 渐变 -->
  5. <gradient
  6. android:startColor="@color/haoyu_shadow"
  7. android:centerColor="#ffeeeeee"
  8. android:endColor="#ffeeeeee"
  9. android:angle="270"
  10. />
  11. </shape>