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

Commit b58e05f1 authored by Kevin Chyn's avatar Kevin Chyn Committed by Automerger Merge Worker
Browse files

Merge "Fix UDFPS enroll to use correct fingerprint icon" into sc-v2-dev am:...

Merge "Fix UDFPS enroll to use correct fingerprint icon" into sc-v2-dev am: 539da553 am: 6ef538db

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16203177

Change-Id: I032cd71e48bce8ecf28a20db1337b33beae29233
parents 5d2d1c25 6ef538db
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -115,7 +115,8 @@ public class UdfpsEnrollDrawable extends UdfpsDrawable {
        mBlueFill.setColor(context.getColor(R.color.udfps_moving_target_fill));
        mBlueFill.setStyle(Paint.Style.FILL);

        mMovingTargetFpIcon = context.getResources().getDrawable(R.drawable.ic_fingerprint, null);
        mMovingTargetFpIcon = context.getResources()
                .getDrawable(R.drawable.ic_kg_fingerprint, null);
        mMovingTargetFpIcon.setTint(Color.WHITE);
        mMovingTargetFpIcon.mutate();