我创建了一个Android应用程序,它有9个ImageButton和3个FrameLayout。
在每个ImageButton上都有onclick事件,它将Fragment添加到FrameLayout。当我单击ImageButton1时,Fragment1被添加到FrameLayout。
我想显示片段的箭头指示器,如上图所示。现在我在Fragment上放了一个背景图像来指示ImageButton上的箭头。这暂时解决了我的问题,但是
> Mobile screen size change or fragment height increase this background image size also change, Which make the arrow narrow.
> Is there any other way to display arrow indicator for each Fragment?
提前致谢.. !!!
答案 0 :(得分:1)
您应该尝试使用QuickAction View,它可以根据需要提供类似的功能。
下面是一些图书馆,它将指导您如何实施它。
1)QuickActionView
2)QuickActionView 3D
3)Quick action pattern in Android and simple implemention.
希望这会对你有所帮助。