- <?xml version="1.0" encoding="utf-8"?>
- <animation-list xmlns:android="http://schemas.android.com/apk/res/android"
- android:oneshot="false">
- <item
- android:drawable="@mipmap/icon_talk_btn_frame_red_1"
- android:duration="500" />
- <item
- android:drawable="@mipmap/icon_talk_btn_frame_red_2"
- android:duration="500" />
- <item
- android:drawable="@mipmap/icon_talk_btn_frame_red_3"
- android:duration="500" />
- </animation-list>
|