圆形可滚动布局

时间:2012-08-11 07:33:56

标签: android android-layout

我需要为循环滚动布局编码。(参见附图)。我想知道,我可以使用哪种布局来实现这一目标?请提出一些方法或链接。

...欢呼enter image description here

2 个答案:

答案 0 :(得分:2)

这与您正在寻找的类似。这是一个圆形的Path-App菜单的机器人实现:

https://github.com/daCapricorn/ArcMenu - Apache 2.0

https://github.com/siyamed/android-satellite-menu/ - LGPL

它应该看起来像左下角的菜单: path

答案 1 :(得分:1)

我建议不要使用布局。

改为使用SurfaceView

SurfaceView非常易于使用。见官方月球登陆code example。要查看SurfaceView的运行情况。