Animation 作为ImageView的背景
声明一个Animation <!-- 定义动画循环播放 --> <animation-list xmlns:android="http://schemas.android.com/apk/res/android" android:oneshot="false"> <item android:drawable="@drawable/butterfly_f01" android:duration="120" /> <item android:drawable="@drawable/butterfly_f02" android:duration="120" /> <item android:drawable="@drawable/butterfly_f03" android:duration="120" /> <item android:drawable="@drawable/butterfly_f04" android:duration="120" /> <item android:drawable="@draw...