But, if you're looking to make a wheel progress bar instead of a horizontal 
progress bar, then you'll have to make a custom view. It's actually not too 
hard, and can be easily done by extending the progress bar class, and 
handling the onDraw methods. My suggestion would be to first draw a circle 
with your desired "empty" progress bar color, then draw an arc over top of 
the same circle in your desired "completed" color.

I'm not aware of any open source projects which give you a progress bar in 
wheel form.

Nick

-- 
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