LukeDeighton / WheelView

An Android Widget for selecting items that rotate on a wheel.
Apache License 2.0
899 stars 264 forks source link

Left View Position Error #21

Open rahulkapoor1 opened 9 years ago

rahulkapoor1 commented 9 years ago

Thank you for wonderful library. Please check attached image. In a case of left wheel position. Sequence of item is not correct.

untitled

LukeDeighton commented 8 years ago

It might be intended if the selection angle is at the top. It cycles through the indexes so they appear continuous from the top. If you think there is a problem post me the xml / configuration and I'll investigate

shubhambl commented 7 years ago

Use something like this and do R&D. to fit it there. mine is working . android:layout_marginRight="150dp" app:wheelOffsetX="-100dp"

shubhambl commented 7 years ago

just change this : app:selectionAngle="45.0" according to your layout to set your variations.