**已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
七年前就关门了。
Improve this question
<ImageView
android:id="@+id/imageView1"
android:layout_width="300dp"
android:layout_height="300dp"
android:src="@drawable/zaid1"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true" />
我在一个活动中有一个imageview,我如何使它无限地旋转360度?
2条答案
按热度按时间j2qf4p5b1#
尝试使用
RotateAnimation
:zzlelutf2#
或者XML方式。在res文件夹中创建“anim”文件夹。创建一个xml文件,你可以随意命名它。你要在这里定义你的动画。
在xml文件中放置:
现在只需加载动画:
然后启动它: