Hi!

In \android-sdk-windows\platforms\android-8\data\res\drawable
\progress_large.xml, the following code is used:

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

If I try to copy this code in my own projects (so I can change the
drawable), I get a compile error for framesCount and frameDuration.

Is <animated-rotate> something that can be used? And if so, how?

-Gunnar Lium

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

Reply via email to