如何通过单击按钮重置视图翻转器中的视图
我正在处理带有三个视图的视图翻转器。我唯一无法解决的问题是, 在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Viewflipper.removeView(id) 删除视图。/在您的情况下为 id=1,2,3。/
you can remove your view by using Viewflipper.removeView(id)./id=1,2,3 in ur case./