bdp_amazing_loading_progress.xml 671 B

1234567891011121314151617181920212223
  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="360" >
  7. <shape
  8. android:innerRadiusRatio="3"
  9. android:shape="ring"
  10. android:thicknessRatio="8"
  11. android:useLevel="false" >
  12. <gradient
  13. android:centerColor="#6b8da9"
  14. android:centerY="0.50"
  15. android:endColor="#FFFFFF"
  16. android:startColor="#6487a3"
  17. android:type="sweep"
  18. android:useLevel="false" />
  19. </shape>
  20. </rotate>