且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

水平弯曲滑动菜单

更新时间:2022-04-22 06:44:57

您可以尝试使用 https://github .com/xresco/CircularLayout 圆形可滚动布局

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

A scrollable circular layout for android where you can add items, customize the radius, the number of items displayed at a time and the X and Y offset of the layout.

此外,您可以控制滚动布局时项目的呈现方式.

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

There are two modes Pinned and Fixed. The two modes differ in the way the items rotate. Here are the samples: