[android-developers] How to create circular progress bar(pie chart) like indicator
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home