mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-29 04:44:47 +08:00
Merge branch 'master' of github.com:wasabeef/glide-transformations
This commit is contained in:
commit
2c08c1fb5e
@ -54,7 +54,7 @@ You can set a multiple transformations.
|
||||
|
||||
```java
|
||||
Glide.with(this).load(R.drawable.demo)
|
||||
.bitmapTransform(new BlurTransformation(context, 25, 2), new CropCircleTransformation(pool))
|
||||
.bitmapTransform(new BlurTransformation(context, 25, 2), new CropCircleTransformation(context))
|
||||
.into((ImageView) findViewById(R.id.image));
|
||||
```
|
||||
|
||||
|
@ -39,4 +39,4 @@ android.libraryVariants.all { variant ->
|
||||
|
||||
apply from: 'android-artifacts.gradle'
|
||||
apply from: 'central-publish.gradle'
|
||||
apply from: 'bintray-publish.gradle'
|
||||
apply from: 'bintray-publish.gradle'
|
||||
|
Loading…
x
Reference in New Issue
Block a user