Implement SFPS guided enrollment for T6
Reduces perception of long enrollment process by introducing new enrollment layout and stages for SFPS. Also adds user feedback via new animated assets with dynamic colors, and all associated strings and a11y labels. Test: Observe new guided enrollment process on T6 Test: make RunSettingsRoboTests ROBOTEST_FILTER=FingerprintEnrollEnrollingTest Fixes: 232024488 Fixes: 233091341 Fixes: 241165082 Fixes: 242218240 Change-Id: I1fa0b9349545586919eceeb9d05f365c2f2ec491
This commit is contained in:
@@ -50,6 +50,12 @@
|
||||
<color name="biometric_enroll_intro_color_outline">#5e5e5e</color>
|
||||
<color name="fingerprint_enrollment_finish_color_outline">#669df6</color>
|
||||
|
||||
<!-- Side fingerprint sensor enrollment animation colors -->
|
||||
<color name="sfps_enrollment_fp_captured_color">#d2e3fc</color> <!-- Blue 100 -->
|
||||
<color name="sfps_enrollment_fp_error_color">#fad2cf</color> <!-- Red 100 -->
|
||||
<color name="sfps_enrollment_progress_bar_fill_color">#669df6</color> <!-- Blue 400 -->
|
||||
<color name="sfps_enrollment_progress_bar_error_color">#ee675c</color> <!-- Red 400 -->
|
||||
|
||||
<!-- Material inverse ripple color, useful for inverted backgrounds. -->
|
||||
<color name="ripple_material_inverse">@*android:color/ripple_material_light</color>
|
||||
|
||||
|
Reference in New Issue
Block a user