Android:从底部翻译菜单

发布于 2024-11-13 08:31:33 字数 725 浏览 2 评论 0原文

我尝试了很多从底部翻译菜单的方法,但无法解决。我在完成此动画时有一个 30 秒的帧动画,我想用从底部开始的平移动画显示我的菜单。有什么想法吗?

在代码的 run 方法中我想添加翻译。可以这样做吗?

这是代码

帮助总是值得赞赏......!谢谢

if (ekgframeAnimation4.isRunning()) {
                        // ekgimgview4.postDelayed(ekgframeAnimation4, 30000);
                          findViewById(R.id.ekgimgview4).postDelayed(new Runnable()
                           { 
                                 public void run()
                                 { 
                                // I want to show my own popup menu here


                                 }
                             }, 30000);

                        ekgframeAnimation4.stop();

                        }

I tried a lot to translate my menu from bottom and couldn't able to solve. I have a frame animation for 30 seconds on completing this animation I want to show my menu with translate animation from bottom. any Idea?

In the run method of the code I want to add the translation. Is it possible to do so?

here is the code

Help is always appreciated.....! Thanks

if (ekgframeAnimation4.isRunning()) {
                        // ekgimgview4.postDelayed(ekgframeAnimation4, 30000);
                          findViewById(R.id.ekgimgview4).postDelayed(new Runnable()
                           { 
                                 public void run()
                                 { 
                                // I want to show my own popup menu here


                                 }
                             }, 30000);

                        ekgframeAnimation4.stop();

                        }

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

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

发布评论

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

评论(1

等待圉鍢 2024-11-20 08:31:33

一定要看看这篇文章,它可能对你有帮助。
查看动画

Be sure to check this post, it may be helpful to you.
View Animation

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