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 picasso downloadet image to this #38

Open behzad900 opened 9 years ago

behzad900 commented 9 years ago

hi thanks for this source i want set image by squareProgressBartwo.setImage(); but i cant set downloaded image by Picasso.with(mContext).load(feedItem.getThumbnail()) .error(R.drawable.placeholder) .placeholder(R.drawable.placeholder) .into(feedListRowHolder.thumbnail);

picasso how worked for this?

manuchen commented 7 years ago

i also meet this question

erikswed commented 7 years ago

me to

erikswed commented 7 years ago

done https://github.com/mrwonderman/android-square-progressbar/pull/41