[Android] animated-rotate简略的转菊花.

[Android] animated-rotate简单的转菊花...一个转菊花的效果,如下图:即:一张图片以中心为圆心,转圈..原本

[Android] animated-rotate简单的转菊花...

一个转菊花的效果,如下图:

[Android] animated-rotate简略的转菊花.

即:一张图片以中心为圆心,转圈..

原本使用的是animation-list,使用了12张图片:

<?xml version="1.0" encoding="utf-8"?><animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"    android:drawable="@drawable/loading_0"    android:pivotX="50%"    android:pivotY="50%"/>