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

Commit 9d6fe6a6 authored by Eddie Ringle's avatar Eddie Ringle Committed by Steve Kondik
Browse files

Speed up indeterminate horizontal progress bar animation

parent cb1b5cae
Loading
Loading
Loading
Loading
+12 −11
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@
<animation-list
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:oneshot="false">
    <item android:drawable="@drawable/progressbar_indeterminate1" android:duration="200" />
    <item android:drawable="@drawable/progressbar_indeterminate2" android:duration="200" />
    <item android:drawable="@drawable/progressbar_indeterminate3" android:duration="200" />
    <item android:drawable="@drawable/progressbar_indeterminate1" android:duration="40" />
    <item android:drawable="@drawable/progressbar_indeterminate2" android:duration="40" />
    <item android:drawable="@drawable/progressbar_indeterminate3" android:duration="40" />
</animation-list>