28 lines
980 B
XML
28 lines
980 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/identity_processing_0"
|
|
android:duration="500" />
|
|
<item
|
|
android:drawable="@drawable/identity_processing_1"
|
|
android:duration="500" />
|
|
<item
|
|
android:drawable="@drawable/identity_processing_2"
|
|
android:duration="500" />
|
|
<item
|
|
android:drawable="@drawable/identity_processing_3"
|
|
android:duration="500" />
|
|
<item
|
|
android:drawable="@drawable/identity_processing_4"
|
|
android:duration="500" />
|
|
<item
|
|
android:drawable="@drawable/identity_processing_5"
|
|
android:duration="500" />
|
|
<item
|
|
android:drawable="@drawable/identity_processing_6"
|
|
android:duration="1200" />
|
|
<item
|
|
android:drawable="@android:color/transparent"
|
|
android:duration="250" />
|
|
</animation-list> |