Hi,
I want to show a progress bar on my custom view canvas. I tried the
following in onDraw() method of my custom view.
ProgressBar pb = new
ProgressBar(getContext());
pb.setIndeterminate(true);
pb.draw(canvas);
pb.invalidate();
But, its not showing any progress bar on the canvas.
Any help on this is appreciated.
Thanks,
Shashidhar
--
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