Search code examples
androidlistviewpicasso

Picasso Library rounded corners for placeholder


Using, Picasso.with(activity).load(url).transform(new CircleTransform(22,12)).into(imageView); we can have rounded corners for loading image.But there is no rounded corners for placeholder nor error image?

Link which I reffered Make ImageView with Round Corner Using picasso


Solution

  • This is not possible with Picasso. See the answers here.