Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 ViewFlipper,其中包含一些线性布局。
我需要允许用户翻阅它们。
我见过其他在屏幕两侧都有箭头/三角形指示器的应用程序,按下时会翻转到集合中的下一个视图。
我想将这些添加到我的活动中。
默认情况下,这不包含在 ViewFlipper 中。你必须自己实现它。为此,只需定义两个您不想显示箭头的图像。然后您可以使用 getDisplayedChild() 和 getChildCount() 方法来计算是否有下一个/上一个脚蹼。据此,您可以设置箭头图像。