mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2025-12-30 16:33:33 +01:00
23 lines
878 B
XML
23 lines
878 B
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/loading_anim_00"
|
|
android:duration="150" />
|
|
<item android:drawable="@drawable/loading_anim_01"
|
|
android:duration="80" />
|
|
<item android:drawable="@drawable/loading_anim_02"
|
|
android:duration="80" />
|
|
<item android:drawable="@drawable/loading_anim_03"
|
|
android:duration="80" />
|
|
<item android:drawable="@drawable/loading_anim_04"
|
|
android:duration="80" />
|
|
<item android:drawable="@drawable/loading_anim_05"
|
|
android:duration="80" />
|
|
<item android:drawable="@drawable/loading_anim_06"
|
|
android:duration="80" />
|
|
<item android:drawable="@drawable/loading_anim_00"
|
|
android:duration="150" />
|
|
|
|
</animation-list>
|