Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50831bb1 authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "Smooth Spinners: Makes the loading "spinner" animation smoother in...

Merge "Smooth Spinners: Makes the loading "spinner" animation smoother in non-holo apps" into jellybean
parents dcf4128e e8c3a793
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,5 +21,5 @@
    android:drawable="@drawable/spinner_black_76"
    android:pivotX="50%"
    android:pivotY="50%"
    android:framesCount="12"
    android:frameDuration="100" />
    android:framesCount="48"
    android:frameDuration="25" />
+2 −2
Original line number Diff line number Diff line
@@ -21,5 +21,5 @@
    android:drawable="@drawable/spinner_white_76"
    android:pivotX="50%"
    android:pivotY="50%"
    android:framesCount="12"
    android:frameDuration="100" />
    android:framesCount="48"
    android:frameDuration="25" />
+2 −2
Original line number Diff line number Diff line
@@ -21,5 +21,5 @@
    android:drawable="@drawable/spinner_black_48"
    android:pivotX="50%"
    android:pivotY="50%"
    android:framesCount="12"
    android:frameDuration="100" />
    android:framesCount="48"
    android:frameDuration="25" />
+2 −2
Original line number Diff line number Diff line
@@ -21,5 +21,5 @@
    android:drawable="@drawable/spinner_white_48"
    android:pivotX="50%"
    android:pivotY="50%"
    android:framesCount="12"
    android:frameDuration="100" />
    android:framesCount="48"
    android:frameDuration="25" />
+2 −2
Original line number Diff line number Diff line
@@ -21,5 +21,5 @@
    android:drawable="@drawable/spinner_black_16"
    android:pivotX="50%"
    android:pivotY="50%"
    android:framesCount="12"
    android:frameDuration="100" />
    android:framesCount="48"
    android:frameDuration="25" />
Loading