35 lines
997 B
XML
Executable File
35 lines
997 B
XML
Executable File
<?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/load1"
|
|
android:duration="100"/>
|
|
<item
|
|
android:drawable="@drawable/load2"
|
|
android:duration="100"/>
|
|
<item
|
|
android:drawable="@drawable/load3"
|
|
android:duration="100"/>
|
|
<item
|
|
android:drawable="@drawable/load4"
|
|
android:duration="100"/>
|
|
<item
|
|
android:drawable="@drawable/load5"
|
|
android:duration="100"/>
|
|
<item
|
|
android:drawable="@drawable/load6"
|
|
android:duration="100"/>
|
|
<item
|
|
android:drawable="@drawable/load7"
|
|
android:duration="100"/>
|
|
<item
|
|
android:drawable="@drawable/load8"
|
|
android:duration="100"/>
|
|
<item
|
|
android:drawable="@drawable/load9"
|
|
android:duration="100"/>
|
|
<item
|
|
android:drawable="@drawable/load10"
|
|
android:duration="100"/>
|
|
</animation-list> |