Merge "Too short error message on CDC is no longer red." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
2004df98f1
@@ -955,11 +955,16 @@
|
||||
<item name="biometricsEnrollProgressHelpWithTalkback">@color/udfps_enroll_progress_help_with_talkback</item>
|
||||
</style>
|
||||
|
||||
<style name="ScreenLockPasswordHintTextFontStyle">
|
||||
<style name="ScreenLockPasswordHintTextFontStyleError">
|
||||
<item name="android:textColor">?android:attr/colorError</item>
|
||||
<item name="android:fontFamily">google-sans-text</item>
|
||||
</style>
|
||||
|
||||
<style name="ScreenLockPasswordHintTextFontStyle">
|
||||
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||||
<item name="android:fontFamily">google-sans-text</item>
|
||||
</style>
|
||||
|
||||
<style name="PrivateSpaceSetupTextFontStyle" parent="@android:style/TextAppearance.DeviceDefault">
|
||||
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||||
<item name="android:fontFamily">google-sans-text</item>
|
||||
|
Reference in New Issue
Block a user