Could anyone tell me how they have got 'RotateDrawable' to work whether it be from code or XML or both? The documentation on animating Drawables is pretty poor and animation only seems to work for images. I want to be able to animate all drawables. When i tried to get a RotateDrawble from XML is just causes an exception. What is the correct function to find a RotateDrawable from XML?
Many thanks
Kerubu
RotateDrawable does not seem to be animated. Instead, you have to use setLevel to change the rotation of the drawable.
And set the level will rotate the drawable: