如何在android中的Fragment上设置箭头指示器?

时间:2014-07-14 12:38:36

标签: android android-fragments

我创建了一个Android应用程序,它有9个ImageButton和3个FrameLayout。

This image has 9 ImageButton and 3 FrameLayout which is invisible

在每个ImageButton上都有onclick事件,它将Fragment添加到FrameLayout。当我单击ImageButton1时,Fragment1被添加到FrameLayout。

Fragment1 is Added to FrameLayout1 on ImageButton1 click

我想显示片段的箭头指示器,如上图所示。现在我在Fragment上放了一个背景图像来指示ImageButton上的箭头。这暂时解决了我的问题,但是

> Mobile screen size change or fragment height increase this background image size also change, Which make the arrow narrow.

background image arrow size change as width of Fragment increase

> Is there any other way to display arrow indicator for each Fragment?

提前致谢.. !!!

1 个答案:

答案 0 :(得分:1)

您应该尝试使用QuickAction View,它可以根据需要提供类似的功能。

下面是一些图书馆,它将指导您如何实施它。

1)QuickActionView
2)QuickActionView 3D
3)Quick action pattern in Android and simple implemention.

希望这会对你有所帮助。