mrwonderman / android-square-progressbar

An android library to display a progressbar that goes around an image.
http://halcyon.ch/android-square-progressbar-v-1-6-0/
1.28k stars 285 forks source link

How to set bitmap for image? #21

Closed trietbui85 closed 9 years ago

trietbui85 commented 10 years ago

I notice method public void setImage(int image) allows us to set a drawable to image, not a bitmap.

Do we have any such method public void setImage(Bitmap bitmap)?

mrwonderman commented 10 years ago

Hi, thank you for the report. I just looked through it and seems okay to me, I will add it to the library until Saturday morning. I will close this issue when I've done that.

mrwonderman commented 9 years ago

Good Morning I added the method squareProgressBar.setImageBitmap(bmp); to the library with the version 1.4.1. This should fix your request.