Fix the Contrast Ratio of the Fingerprint enrollment progress

and the "Fingerprint icon" are not high enough in the Fingerprint
enrollment flow for light theme.

Change the Fingerprint enrollment progress color which is based on
GM3 baseline color and ensure the contrast ratio is larger than 3:1

Flag: EXEMPT bugfix

Bug: 378400987

Test: local build and verify the UI color ratio
Change-Id: Ibd8b7c87f31f848f371f922461972756dd0e9090
This commit is contained in:
Jason Chang
2025-02-17 10:32:29 +00:00
parent d171e3e12d
commit 22f7ea95b6

View File

@@ -172,11 +172,13 @@
<color name="power_anomaly_app_warning_hint_color">#D56E0C</color>
<!-- UDFPS colors -->
<color name="udfps_enroll_icon">#699FF3</color>
<color name="udfps_moving_target_fill">#C2D7F7</color>
<!-- colorPrimaryGoogle light #1A73E8 (Blue600)-->
<color name="udfps_enroll_icon">#1A73E8</color>
<color name="udfps_moving_target_fill">#B9D6F7</color>
<!-- 50% of udfps_moving_target_fill-->
<color name="udfps_moving_target_fill_error">#80C2D7F7</color>
<color name="udfps_enroll_progress">#699FF3</color>
<color name="udfps_moving_target_fill_error">#80B9D6F7</color>
<!-- colorPrimaryGoogle light #1A73E8 (Blue600)-->
<color name="udfps_enroll_progress">#1A73E8</color>
<color name="udfps_enroll_progress_help">#70699FF3</color>
<color name="udfps_enroll_progress_help_with_talkback">#FFEE675C</color>