talk_btn_frame_busy_ripple.xml 475 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <animation-list xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:oneshot="false">
  4. <item
  5. android:drawable="@mipmap/icon_talk_btn_frame_red_1"
  6. android:duration="500" />
  7. <item
  8. android:drawable="@mipmap/icon_talk_btn_frame_red_2"
  9. android:duration="500" />
  10. <item
  11. android:drawable="@mipmap/icon_talk_btn_frame_red_3"
  12. android:duration="500" />
  13. </animation-list>