Android图片旋转范例

Android图片旋转实例?xml?version1.0?encodingutf-8??animated-rotate?xmlns:androidhttp://sc

Android图片旋转实例
<?xml?version="1.0"?encoding="utf-8"?>?<animated-rotate?xmlns:android="http://schemas.android.com/apk/res/android"?android:drawable="@drawable/image_for_rotation"?android:pivotX="50%"?android:pivotY="50%"?/>

?? ? ? ? ?@drawable/image_for_rotation?就是那张做好的图片

    给ProgressBar widget设定android:indeterminateDrawable