animation_left_list.xml 523 B

123456789101112131415161718
  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="@drawable/chatto_voice_playing_left_f1"
  6. android:duration="150">
  7. </item>
  8. <item
  9. android:drawable="@drawable/chatto_voice_playing_left_f2"
  10. android:duration="150">
  11. </item>
  12. <item
  13. android:drawable="@drawable/chatto_voice_playing_left_f3"
  14. android:duration="150">
  15. </item>
  16. </animation-list>