Bart wrote:
> Hi, I'd like to display a given String in a circle (so bend the string
> so that the end of the string touches the beginning of the string).
> And Then I'd like to let the user rotate the circle by grabbing and
> dragging it clockwise or counterclockwise.
> Do you guys know what would be the best (simplest, smoothest) way to
> do this? I already saw that using drawOnPath i can draw text in a
> circle. Do you have any tips on how to proceed with dragging and
> rotating the textcircle?

use Canvas#translate and Canvas#rotate

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to