CursorWheelLayout icon indicating copy to clipboard operation
CursorWheelLayout copied to clipboard

wheel Items overlapping

Open vjsystematix opened this issue 7 years ago • 4 comments

It's working fine when few items added in the wheel, but when increase the items around approx 50-60 the items are overlap and looks very small in size.I made semi circular wheel for insert larger number of items.

It would be great help for me, if you give some solution for the same.

vjsystematix avatar Oct 06 '16 08:10 vjsystematix

It can not be able to show larger number of items since this lib display all item at a times.sorry.

BCsl avatar Oct 08 '16 07:10 BCsl

You can just do one thing is just add only fixed number of values and update values on rotation.

MirzaAhmedBaig avatar Sep 25 '18 13:09 MirzaAhmedBaig

@MirzaAhmedBaig I want to set a large number of values but I will show only a few of them. Can you explain how can I get the value between two numbers?

nihar89 avatar Aug 22 '19 06:08 nihar89

I have made one library in which i am doing same thing you can refer it here https://github.com/MirzaAhmedBaig/CircularWheelView

MirzaAhmedBaig avatar Aug 22 '19 11:08 MirzaAhmedBaig