Maybe subclass ProgressBar and override the onDraw method?
On Tuesday, September 18, 2012 1:14:58 AM UTC-5, Emanuel Tivadar wrote: > > Now I have a horizontal progress bar which is updated programmatically > via ProgressBar setProgress method: > > <ProgressBar > style="@android:style/Widget.ProgressBar.Horizontal" > android:layout_width="0dip" > android:layout_weight="1" > android:layout_height="20dip" > android:id="@+id/progressbar" > > > </ProgressBar> > > Is there a way to convert this progress bar to a circle (pie chart) > and to be able also to update the progress programmatically? > > Example of what I want: http://i.stack.imgur.com/iouR5.png > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

