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.
我需要为圆形可滚动布局编写代码。(见附图)。我想知道,我可以使用哪种布局来实现这一目标?请提出一些方法或链接。
干杯...
这与您正在寻找的内容相似。它是圆形 Path-App 菜单的 android 实现:
https://github.com/daCapricorn/ArcMenu - Apache 2.0
https://github.com/siyamed/android-satellite-menu/ - LGPL
它应该类似于左角的菜单:
我建议根本不使用布局。
请改用SurfaceView。
SurfaceView 非常易于使用。请参阅官方月球着陆器代码示例。查看 SurfaceView 的实际效果。