home_anim_confilde_play.xml 612 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<?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/home_confide_play_state_3"
        android:duration="0"/>
    <item
        android:drawable="@drawable/home_confide_play_state_1"
        android:duration="300"/>
    <item
        android:drawable="@drawable/home_confide_play_state_2"
        android:duration="300"/>
    <item
        android:drawable="@drawable/home_confide_play_state_3"
        android:duration="300"/>

</animation-list>