其他分享
首页 > 其他分享> > android-水平弯曲的滑动菜单

android-水平弯曲的滑动菜单

作者:互联网

在我的应用中,我想实现这样的功能

enter image description here

我尝试了很多提供圆形布局的库,例如:
https://github.com/dmitry-zaitsev/CircleLayout

您可以在其中检查circlelayout的代码,因为它太大而不能在此处发布.

我也尝试过在这里讨论的通告列表视图:
Circular ListView (Items on Half Circle)

但是通过这两种方法,我都能实现以下目标:-

enter image description here

这看起来像摩天轮,但不是我想要的,元素相互连接且滚动很流畅.

解决方法:

您可以尝试使用https://github.com/xresco/CircularLayoutCircular Scrollable layout

Android的可滚动圆形布局,您可以在其中添加项目,自定义半径,一次显示的项目数以及布局的X和Y偏移.

此外,您可以控制在滚动布局时如何呈现项目.

有固定和固定两种模式.两种模式在项目旋转方式上有所不同.以下是示例:

enter image description here

标签:android,xml,android-layout,horizontalscrollview
来源: https://codeday.me/bug/20191011/1891723.html