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