1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-20 17:23:46 +02:00
matomocamp-companion-android/res/drawable/progress_indeterminate_horizontal.xml

30 lines
1 KiB
XML
Raw Normal View History

<?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>