Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a51d6422 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Anti-alias thumbnail corners to look smoother" into ub-launcher3-qt-dev

parents da9cf0f6 70aa79ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ public final class ThumbnailDrawable extends Drawable {
        mCornerRadius = (int) res.getDimension(R.dimen.task_thumbnail_corner_radius);
        mShader = new BitmapShader(mThumbnailData.thumbnail, CLAMP, CLAMP);
        mPaint.setShader(mShader);
        mPaint.setAntiAlias(true);
        updateMatrix();
    }