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

Commit fec36c27 authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

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

am: 0903e31e

Change-Id: I4cb8d6e0987543fa9e189c508398ba70d683064d
parents 6e7e4ed0 0903e31e
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -31,6 +31,7 @@ import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.Drawable;
import android.view.animation.Interpolator;
import android.view.animation.Interpolator;


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


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


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