Android - 如何在iPhone中创建类似删除的摇动效果?

发布于 2024-12-14 22:51:40 字数 179 浏览 0 评论 0原文

我有 gridView,它有很多图像,单击编辑按钮时,我希望图像像这样摆动: 如何创建iPhone的摆动图标效果?。感谢任何解决此问题的指示。

I have gridView which has lot of images and on clicking the edit button, I want the images to wobble just like : how to create iphone's wobbling icon effect?. Appreciate any pointers to solve this issue.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

倾`听者〃 2024-12-21 22:51:40

您可以首先将摆动效果建模为 Android 提供的动画组合。然后,您可以扩展 ImageView 并使用此动画组合的 AnimationSet

You can start off by modeling the wobble effect as a combination of Animations that Android provides. You can then extend an ImageView and use an AnimationSet of this combination of Animations.

柏拉图鍀咏恒 2024-12-21 22:51:40

您可以创建一个 xml 来定义 ImageView 如何进行动画处理,在引用此 xml 的代码中加载动画,然后应用它。 这里有一个简短的文档

You can create an xml that defines how the ImageView will be animated, load the animation in code referencing this xml and then apply it. A brief documentation here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文