1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00
matomocamp-companion-android/res/drawable/progress_indeterminate_horizontal.xml
Christophe Beyls cd169b1680 Added purple-colored indeterminate horizontal progress bar style, in
addition to the determined style.
2014-01-22 23:52:39 +01:00

30 lines
No EOL
1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
android:oneshot="false" >
<item
android:drawable="@drawable/progressbar_indeterminate_fosdem1"
android:duration="50"/>
<item
android:drawable="@drawable/progressbar_indeterminate_fosdem2"
android:duration="50"/>
<item
android:drawable="@drawable/progressbar_indeterminate_fosdem3"
android:duration="50"/>
<item
android:drawable="@drawable/progressbar_indeterminate_fosdem4"
android:duration="50"/>
<item
android:drawable="@drawable/progressbar_indeterminate_fosdem5"
android:duration="50"/>
<item
android:drawable="@drawable/progressbar_indeterminate_fosdem6"
android:duration="50"/>
<item
android:drawable="@drawable/progressbar_indeterminate_fosdem7"
android:duration="50"/>
<item
android:drawable="@drawable/progressbar_indeterminate_fosdem8"
android:duration="50"/>
</animation-list>