hj_progress.xml 610 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rotate xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:fromDegrees="0"
  4. android:pivotX="50%"
  5. android:pivotY="50%"
  6. android:toDegrees="2160">
  7. <shape
  8. android:innerRadiusRatio="3"
  9. android:shape="ring"
  10. android:thicknessRatio="14"
  11. android:useLevel="false">
  12. <gradient
  13. android:centerY="0.50"
  14. android:endColor="#ffffff"
  15. android:startColor="@android:color/transparent"
  16. android:type="sweep" />
  17. </shape>
  18. </rotate>