以 android 旋转剪贴画

Rotate clip art in android

我创建了一个 Android 应用程序,其中包括添加一些小胡子。我不知道如何让它旋转。有人可以提供代码来完成这个吗?

您应该使用 RotateAnimation 来旋转屏幕上的任何可绘制对象。

参考这个例子 Full example of how to programmatically do RotateAnimations?