在android中为ImageButton设置动画?
我对 Android 中的动画(以及几乎其他任何东西)真的很陌生。有没有办法为 ImageButton 制作动画?我有时只是想旋转按钮。就这样。有什么帮助吗?
谢谢。
I am really new to animations in android (and pretty much anything else). Is there a way to animate an ImageButton? I just want to rotate the button for sometimes. Thats all. Any help ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个代码片段。
rotate.xml
java文件中的
Try this code snippet.
rotate.xml
in java file
rotate.xml
Java 代码:
rotate.xml
Java Code :