CursorWheelLayout icon indicating copy to clipboard operation
CursorWheelLayout copied to clipboard

An Android Widget for selecting items that rotate on a wheel.

Results 19 CursorWheelLayout issues
Sort by recently updated
recently updated
newest added

inside scrollview or nestedScrollview the wheel is not scrolling

JFrog has alluded to their shutting down of Jcenter and this seems to break the ability to use this library. Migration to Maven Central would be greatly appreciated.

Hi, It would be very helpful if you tell me how can I set up the finite scrolling, still it scroll infinite. I want to setup the round so that...

Unable to change background color of selected item completely.

How can I create circlewheel in java code and dynamically size it. `CursorWheelLayout testCircleMenu = new CursorWheelLayout(context); testCircleMenu.setLayoutParams(new LinearLayout.LayoutParams( LinearLayout.LayoutParams.MATCH_PARENT, LinearLayout.LayoutParams.MATCH_PARENT)); fl.addView(testCircleMenu);` and get exception: `ava.lang.ArithmeticException: divide by zero at...

- it will be super useful if you can configure the number of rounds before wheel stops in order to achieve lucky wheel effect ![Win-Wheel](https://user-images.githubusercontent.com/6000858/72385676-4c7d9080-3720-11ea-89ba-b015090f0f46.gif)

I am trying to make a spinning wheal for menu for that i use this library. The problem is this the onItemSelected function doesn't call. i tried log and toasting...

Hi bro its great library first of all , i am using my app and i have a question now. Can we add sound effect while spin the wheel?