You can override the default transformation by adding .dontTransform()
.dontTransform()
requestManager .load(url) .placeholder(fallbackDrawable) .error(fallbackDrawable) .fallback(fallbackDrawable) .dontTransform() .into(imageView)