Is it possible? Please throw some light in customizing the shape of the progress bar.Thanks
Asked
Active
Viewed 762 times
-2
-
1Yes it's possible. You must customize it. – Piyush May 11 '17 at 11:10
-
@Piyush I need to acheive a bone shaped progress bar . Please see the image link in the question. – Avin Ash May 11 '17 at 11:28
-
I hope the answer for this question should help you. http://stackoverflow.com/questions/7057023/how-to-make-a-custom-progress-bar-in-android – Karthik Surianarayanan May 11 '17 at 12:10
2 Answers
1
Yes, Its possible. you can make custom progressbar. Use Google Progressbar instead. Visit: Google Progress bar

Jaimin Modi
- 1,530
- 4
- 20
- 72
-
Thanks for your reply. I need a bone shaped progress bar. Please see the image link . – Avin Ash May 11 '17 at 11:22
0
You can for example use a ClipDrawable
as progressDrawable to clip a custom progress image, combined with a custom background image behind it.

BladeCoder
- 12,779
- 3
- 59
- 51
-
Thanks for your reply. I need a bone shaped progress bar. Please see the image link – Avin Ash May 11 '17 at 11:24
-
I've seen the image. You need to use bone-shaped images and clip the progress part on top of the border part. – BladeCoder May 11 '17 at 11:33