Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment