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

Commit 0c176eb3 authored by Eddie Ringle's avatar Eddie Ringle Committed by Jef Oliver
Browse files

Slow the progress bar animation down just a little bit

parent 553d11e2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@
<animation-list
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:oneshot="false">
    <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" />
    <item android:drawable="@drawable/progressbar_indeterminate1" android:duration="50" />
    <item android:drawable="@drawable/progressbar_indeterminate2" android:duration="50" />
    <item android:drawable="@drawable/progressbar_indeterminate3" android:duration="50" />
</animation-list>