0

I am working in android. i want to show a progress bar.

Progress is based on number of check in persons.

suppose, if number of check in =6 then following should be displayed:-

enter image description here

if number of checkin=10 then this following should be displayed:-

enter image description here

Please tell me how can i manage this RED COLOR BALLOON position according to progress bar position of progress.

you may provide some links for this. Thank you in advance.

Pushpendra Kuntal
  • 6,118
  • 20
  • 69
  • 119

1 Answers1

1

See this progress bar::

http://blog.mediarain.com/2011/04/android-custom-progressbar-with-rounded-corners/

Custom Drawable for ProgressBar/ProgressDialog

Community
  • 1
  • 1
Samir Mangroliya
  • 39,918
  • 16
  • 117
  • 134
  • How can this be the solution ? There is no mention of how to do the red balloon in any of this link. – Labe Feb 07 '15 at 09:37