管灌系统巡查员智能手机App
1
2
3
4
5
6
7
8
9
10
<?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/worker_frame1"
        android:duration="500" />
    <item
        android:drawable="@drawable/worker_frame2"
        android:duration="500" />
</animation-list>