layout like spider

前端 未结 2 1713
刺人心
刺人心 2021-01-13 19:42

I want a cylindrical, spider web like layout:

\"\"

I know that I can use canvas to draw this but I also

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-13 20:17

    can i want layout like spider...

    Yes you can want it. But if you want to actually create that layout then you cannot do it with the standard android widgets.

    If you want to make it then I would suggest drawing it on a Canvas manually and using the onTouchListener to catch the key presses.

提交回复
热议问题