如何通过单击按钮重置视图翻转器中的视图

发布于 2024-11-10 07:55:13 字数 227 浏览 2 评论 0原文

我正在处理带有三个视图的视图翻转器。我唯一无法解决的问题是, 在 main.xml 中,我有一个按钮(xyz),当我单击该按钮(xyz)时,在移动到我关闭视图翻转器的第三个视图后,将出现视图翻转器的第一个视图。

但是,当我再次单击按钮(xyz)重新打开视图翻转器时,会出现第三个视图(从我关闭视图翻转器的位置)而不是第一个视图。记住按钮(xyz)不属于viewflipper

如何解决这个问题,有什么想法吗?

I am dealing the view flipper with three views. The only problem which I couldn't able to solve is,
In main.xml I have one button(xyz) and when I click that button(xyz) the first view of the view flipper will appear after moving to the third view I closed the view flipper.

But when I click the button (xyz) once again to reopen the view flipper the third view is appearing(from where I closed the view flipper) instead of first view. Remember the button (xyz) doesn't belongs to viewflipper

how to solve this, any Idea?

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

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

发布评论

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

评论(1

单调的奢华 2024-11-17 07:55:13

您可以使用 Viewflipper.removeView(id) 删除视图。/在您的情况下为 id=1,2,3。/

you can remove your view by using Viewflipper.removeView(id)./id=1,2,3 in ur case./

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