mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-01 08:05:08 -04:00
24 lines
811 B
XML
24 lines
811 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/ic_notify_check_mail_anim_0"
|
||
|
android:duration="100"/>
|
||
|
<item
|
||
|
android:drawable="@drawable/ic_notify_check_mail_anim_1"
|
||
|
android:duration="100"/>
|
||
|
<item
|
||
|
android:drawable="@drawable/ic_notify_check_mail_anim_2"
|
||
|
android:duration="100"/>
|
||
|
<item
|
||
|
android:drawable="@drawable/ic_notify_check_mail_anim_3"
|
||
|
android:duration="100"/>
|
||
|
<item
|
||
|
android:drawable="@drawable/ic_notify_check_mail_anim_4"
|
||
|
android:duration="100"/>
|
||
|
<item
|
||
|
android:drawable="@drawable/ic_notify_check_mail_anim_5"
|
||
|
android:duration="100"/>
|
||
|
|
||
|
</animation-list>
|