blob: 621aa206f4b4e7b47887b3adf4d552576513f3f8 [file] [log] [blame]
<?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/an_image" android:duration="400"/>
<item android:drawable="@drawable/an_other_image" android:duration="400"/>
<item android:drawable="@drawable/third_image" android:duration="400"/>
</animation-list>