Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. --- a/framework-res/res/drawable/progress_large_white.xml
  2. +++ b/framework-res/res/drawable/progress_large_white.xml
  3. @@ -1,3 +1,3 @@
  4. <?xml version="1.0" encoding="utf-8"?>
  5. -<animated-rotate android:drawable="@drawable/spinner_white_76" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="100" android:framesCount="12"
  6. +<animated-rotate android:drawable="@drawable/spinner_white_76" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="25" android:framesCount="48"
  7. xmlns:android="http://schemas.android.com/apk/res/android" />
  8. \ No newline at end of file
  9. --- a/framework-res/res/drawable/progress_large.xml
  10. +++ b/framework-res/res/drawable/progress_large.xml
  11. @@ -1,3 +1,3 @@
  12. <?xml version="1.0" encoding="utf-8"?>
  13. -<animated-rotate android:drawable="@drawable/spinner_black_76" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="100" android:framesCount="12"
  14. +<animated-rotate android:drawable="@drawable/spinner_black_76" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="25" android:framesCount="48"
  15. xmlns:android="http://schemas.android.com/apk/res/android" />
  16. \ No newline at end of file
  17. --- a/framework-res/res/drawable/progress_medium_white.xml
  18. +++ b/framework-res/res/drawable/progress_medium_white.xml
  19. @@ -1,3 +1,3 @@
  20. <?xml version="1.0" encoding="utf-8"?>
  21. -<animated-rotate android:drawable="@drawable/spinner_white_48" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="100" android:framesCount="12"
  22. +<animated-rotate android:drawable="@drawable/spinner_white_48" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="25" android:framesCount="48"
  23. xmlns:android="http://schemas.android.com/apk/res/android" />
  24. \ No newline at end of file
  25. --- a/framework-res/res/drawable/progress_medium.xml
  26. +++ b/framework-res/res/drawable/progress_medium.xml
  27. @@ -1,3 +1,3 @@
  28. <?xml version="1.0" encoding="utf-8"?>
  29. -<animated-rotate android:drawable="@drawable/spinner_black_48" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="100" android:framesCount="12"
  30. +<animated-rotate android:drawable="@drawable/spinner_black_48" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="25" android:framesCount="48"
  31. xmlns:android="http://schemas.android.com/apk/res/android" />
  32. \ No newline at end of file
  33. --- a/framework-res/res/drawable/progress_small_titlebar.xml
  34. +++ b/framework-res/res/drawable/progress_small_titlebar.xml
  35. @@ -1,3 +1,3 @@
  36. <?xml version="1.0" encoding="utf-8"?>
  37. -<animated-rotate android:drawable="@drawable/spinner_white_16" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="100" android:framesCount="12"
  38. +<animated-rotate android:drawable="@drawable/spinner_white_16" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="25" android:framesCount="48"
  39. xmlns:android="http://schemas.android.com/apk/res/android" />
  40. \ No newline at end of file
  41. --- a/framework-res/res/drawable/progress_small_white.xml
  42. +++ b/framework-res/res/drawable/progress_small_white.xml
  43. @@ -1,3 +1,3 @@
  44. <?xml version="1.0" encoding="utf-8"?>
  45. -<animated-rotate android:drawable="@drawable/spinner_white_16" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="100" android:framesCount="12"
  46. +<animated-rotate android:drawable="@drawable/spinner_white_16" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="25" android:framesCount="48"
  47. xmlns:android="http://schemas.android.com/apk/res/android" />
  48. \ No newline at end of file
  49. --- a/framework-res/res/drawable/progress_small.xml
  50. +++ b/framework-res/res/drawable/progress_small.xml
  51. @@ -1,3 +1,3 @@
  52. <?xml version="1.0" encoding="utf-8"?>
  53. -<animated-rotate android:drawable="@drawable/spinner_black_16" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="100" android:framesCount="12"
  54. +<animated-rotate android:drawable="@drawable/spinner_black_16" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="25" android:framesCount="48"
  55. xmlns:android="http://schemas.android.com/apk/res/android" />
  56. \ No newline at end of file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement