AndroidRotaryWheelView
AndroidRotaryWheelView copied to clipboard
cant set circle rotation.
Thanks. :)
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.
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