如何在活动上获得右/左箭头以指示右/左更多屏幕?

发布于 2024-09-03 08:41:50 字数 131 浏览 9 评论 0原文

我有一个 ViewFlipper,其中包含一些线性布局。

我需要允许用户翻阅它们。

我见过其他应用程序在屏幕两侧都有箭头/三角形指示器,按下时会翻转到集合中的下一个视图。

我想将这些添加到我的活动中。

I have a ViewFlipper which contains a few linear layouts.

I need to allow the user to flip through them.

I've seen other apps which have arrow/triangle indicators on either side of the screen, which, when pressed, flips to the next view in the set.

I'd like to add these to my Activity.

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

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

发布评论

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

评论(1

我的影子我的梦 2024-09-10 08:41:50

默认情况下,它不包含在 ViewFlipper 中。你必须自己实施它。为此,只需定义两个不想显示箭头的图像。然后您可以使用 getDisplayedChild() 和 getChildCount() 方法来计算是否有下一个/上一个翻转器。据此您可以设置箭头图像。

This is not included in the ViewFlipper by default. You have to implement it by yourself. For that just define two Images where you wan't to show the arrows. Then you can use the methods getDisplayedChild() und getChildCount() to calculate if there is a next/previous flipper. According to that you can set your arrow images.

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