<ProgressBar android:id="@+id/progress" android:layout_width="200dp" android:layout_height="200dp" android:layout_centerHorizontal="true" android:layout_centerVertical="true" android:indeterminate="false" android:indeterminateDrawable="@drawable/progress_bar" android:max="100" /> <?xml version="1.0" encoding="utf-8"?> <animated-rotate xmlns:android="http://schemas.android.com/apk/res/android" android:pivotX="50%" android:pivotY="50%" <shape android:shape="ring" android:innerRadiusRatio="4" android:thicknessRatio="48" android:useLevel="false"> <size android:width="45dip" android:height="45dip" /> <gradient android:type="sweep" android:useLevel="false" android:startColor="#52c1b1" android:centerColor="#52c1b1" android:endColor="#ffffff" android:centerY="0.50" /> </shape> </animated-rotate>
它的运行速度很慢,就好像有什么东西放慢速度...... 它在kit kat上工作正常且快速,但其他版本运行缓慢