AndroidRotaryWheelView icon indicating copy to clipboard operation
AndroidRotaryWheelView copied to clipboard

cant set circle rotation.

Open kyogs opened this issue 10 years ago • 2 comments

Thanks. :)

kyogs avatar Sep 02 '14 05:09 kyogs

Hi kyogs,

I don't really understand what do you want to achieve, if you are asking about rotating a custom drawn view, you can see the onDraw method. I'm achieving the rotation by saving the state of the canvas part that I want to rotate, and manipulate the canvas matrix by using canvas.rotate and then restore the previous matrix after I draw the wedges so that it appears rotated.

R4md4c avatar Sep 07 '14 20:09 R4md4c

Hello, I want to create wheel of year numbers and l also want to add two buttons and text at center of wheel. How i can add these controls in wheel. I searched lots but not got any solution for this. Thanks

moonandroid avatar Nov 08 '14 05:11 moonandroid