<?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>