Update biometric prompt icon colors
Previously they were fixed, we should pull them from the system palette instead. Fixes: 183855467 Test: visual Change-Id: I5d81f00f7f0564e4afcd37a80f2101707f8d821b
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
|
||||
<!-- Biometric dialog colors -->
|
||||
<color name="biometric_dialog_gray">#ffcccccc</color>
|
||||
<color name="biometric_dialog_accent">#ff80cbc4</color> <!-- light teal -->
|
||||
<color name="biometric_dialog_accent">@android:color/system_accent1_300</color>
|
||||
<color name="biometric_dialog_error">#fff28b82</color> <!-- red 300 -->
|
||||
|
||||
<!-- UDFPS colors -->
|
||||
|
||||
@@ -177,7 +177,7 @@
|
||||
<!-- Biometric dialog colors -->
|
||||
<color name="biometric_dialog_dim_color">#80000000</color> <!-- 50% black -->
|
||||
<color name="biometric_dialog_gray">#ff757575</color>
|
||||
<color name="biometric_dialog_accent">#ff008577</color> <!-- dark teal -->
|
||||
<color name="biometric_dialog_accent">@android:color/system_accent1_600</color>
|
||||
<color name="biometric_dialog_error">#ffd93025</color> <!-- red 600 -->
|
||||
|
||||
<!-- UDFPS colors -->
|
||||
|
||||
Reference in New Issue
Block a user