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

This commit is contained in:
Kevin Chyn
2021-11-08 20:30:44 +00:00
committed by Android (Google) Code Review

View File

@@ -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();