Horizontal Curved Sliding menu

后端 未结 2 736
无人及你
无人及你 2021-01-21 20:48

In my app i want to achieve some thing like this

I have tried a lot of libraries which provide a circular layout for example like this one:- https://github.com

相关标签:
2条回答
  • You can try with https://github.com/xresco/CircularLayout and Circular Scrollable layout

    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.

    Moreover, you can control how the items are rendered when scrolling the layout.

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

    0 讨论(0)
  • 2021-01-21 21:29

    you can try this https://github.com/siyamed/android-satellite-menu/

    or

    https://github.com/Andrew0000/Circular-Layout

    I wish anyone of 2 that will help you.

    0 讨论(0)
提交回复
热议问题