Skip to content

Commit df8fb7a

Browse files
TheScarasticjavelinanddart
authored andcommitted
FODCircleView: Add support for custom FP pressed icon
* For those devices which were calibrated to use non-solid color icons, add the icon in overlay. Change-Id: If357b8eb0da17b1ea97a2ab5ca880d465c33adc9
1 parent 6d687f0 commit df8fb7a

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
108 Bytes
Loading

packages/SystemUI/src/com/android/systemui/biometrics/FODCircleView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ protected void onDraw(Canvas canvas) {
201201
super.onDraw(canvas);
202202
}
203203
};
204+
mPressedView.setImageResource(R.drawable.fod_icon_pressed);
204205

205206
mWindowManager.addView(this, mParams);
206207

0 commit comments

Comments
 (0)