aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/res/drawable/animation_list.xml
blob: 621aa206f4b4e7b47887b3adf4d552576513f3f8 (plain)
1
2
3
4
5
6
<?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>