mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-10-04 18:03:21 +08:00
Say v8.RenderScript goodbye
This commit is contained in:
@@ -152,7 +152,7 @@ public class MainAdapter extends RecyclerView.Adapter<MainAdapter.ViewHolder> {
|
||||
case Blur:
|
||||
Glide.with(mContext)
|
||||
.load(R.drawable.check)
|
||||
.bitmapTransform(new BlurTransformation(mContext, 25, 1))
|
||||
.bitmapTransform(new BlurTransformation(mContext, 25))
|
||||
.into(holder.image);
|
||||
break;
|
||||
case Toon:
|
||||
|
Reference in New Issue
Block a user