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

Commit e48ecd63 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

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

Merge "Merge "Color of the ring around the lock icon" into oc-dr1-dev am: 0903e31e" into oc-dr1-dev-plus-aosp
parents 94a82c66 fec36c27
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);
    }