1
0
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:
wasabeef
2016-03-02 22:51:54 +09:00
parent a908abc7d4
commit 817b138980
8 changed files with 67 additions and 42 deletions

View File

@@ -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: