Add support for applying transformation placeholder/error drawables
See original GitHub issueIs your feature request related to a problem? Please describe.
Suppose an ImageView
showing the user’s avatar. The user’s avatar is loaded with a placeholder and has the CircleCropTransformation
transformation applied to it. The placeholder will not be round which may cause the app to not look right on places where the avatar is expected to always be a circle.
Describe the solution you’d like
It should be possible to apply tranformations to the placeholder/error drawable as well. This could either be something like transformationsPlaceholder(...)
or enablePlaceholderTransformations(true)
.
Another option would be to provide an overload on placeholder
that accepts a RequestDisposable
as an argument (similar to how Glide does it). This would also solve #27.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:46
- Comments:14 (2 by maintainers)
Top GitHub Comments
any updates on chaining requests? would love to have it.
so long time never update, lose hope