We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Glide Version: 4.2
Integration libraries:OkHttp3
Device/Android Version:all
Issue details / Repro steps / Use case background: image display: http://chuantu.biz/t6/110/1508830598x3708062762.png
Glide load line / GlideModule (if any) / list Adapter code (if any):
GlideModule
GlideApp.with(this) .load(url) .transforms(new FitCenter(),new RoundedCorners(10)) .into(iv);
The text was updated successfully, but these errors were encountered:
Looks like it's already fixed in 0b5d1bc
Duplicate of #2472
Sorry, something went wrong.
No branches or pull requests
Glide Version: 4.2
Integration libraries:OkHttp3
Device/Android Version:all
Issue details / Repro steps / Use case background:
image display: http://chuantu.biz/t6/110/1508830598x3708062762.png
Glide load line /
GlideModule
(if any) / list Adapter code (if any):The text was updated successfully, but these errors were encountered: