1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="utf-8"?>
- <animation-list xmlns:android="http://schemas.android.com/apk/res/android" >
- <item
- android:drawable="@drawable/x7_sync_anima_progress_1"
- android:duration="100"/>
- <item
- android:drawable="@drawable/x7_sync_anima_progress_2"
- android:duration="100"/>
- <item
- android:drawable="@drawable/x7_sync_anima_progress_3"
- android:duration="100"/>
- <item
- android:drawable="@drawable/x7_sync_anima_progress_4"
- android:duration="100"/>
- <item
- android:drawable="@drawable/x7_sync_anima_progress_5"
- android:duration="100"/>
- <item
- android:drawable="@drawable/x7_sync_anima_progress_6"
- android:duration="100"/>
- <item
- android:drawable="@drawable/x7_sync_anima_progress_7"
- android:duration="100"/>
- <item
- android:drawable="@drawable/x7_sync_anima_progress_8"
- android:duration="100"/>
- <item
- android:drawable="@drawable/x7_sync_anima_progress_9"
- android:duration="100"/>
- <item
- android:drawable="@drawable/x7_sync_anima_progress_10"
- android:duration="100"/>
- <item
- android:drawable="@drawable/x7_sync_anima_progress_11"
- android:duration="100"/>
- <item
- android:drawable="@drawable/x7_sync_anima_progress_12"
- android:duration="100"/>
- </animation-list>
|