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

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

Merge "Color of the ring around the lock icon" into oc-dr1-dev

parents b1ab0ff2 84c381b6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.view.animation.Interpolator;

import com.android.settingslib.Utils;
import com.android.systemui.Interpolators;
import com.android.systemui.R;

@@ -82,7 +83,7 @@ public class TrustDrawable extends Drawable {

        mPaint = new Paint();
        mPaint.setStyle(Paint.Style.STROKE);
        mPaint.setColor(Color.WHITE);
        mPaint.setColor(Utils.getColorAttr(context, R.attr.bgProtectTextColor));
        mPaint.setAntiAlias(true);
        mPaint.setStrokeWidth(mThickness);
    }