I did some digging in Android code, and saw the use of <animated-
rotate> in the indeterminate progress bar. after trying to create my
own drawable with this tag:

<animated-rotate xmlns:android="http://schemas.android.com/apk/res/
android"
    android:drawable="@drawable/spinner_pia"
    android:pivotX="50%"
    android:pivotY="50%"
    android:framesCount="12"
    android:frameDuration="100" />

I get an error:
"No resource identifier found for attribute 'frameDuration' in package
'android'" - which means that frameDuration is a private attribute.
Is there a way to use this "animate-rotate" feature?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to