From 2b2832091c76c2543f63ffad16b696bdafe9d8e7 Mon Sep 17 00:00:00 2001 From: Lucas Dupin Date: Thu, 11 Jan 2018 09:27:47 -0800 Subject: [PATCH] New error color Bug: 63940122 Test: Visual, fingerprint error on lock screen Test: Visual, launch activity with theme set to: Theme.Material Test: Visual, launch activity with theme set to: Theme.Material.Light Change-Id: Ibba8df45acaec3590c093113500034527e421d03 --- core/res/res/values/colors_material.xml | 3 ++- core/res/res/values/themes_material.xml | 5 ++++- packages/SystemUI/res/values/styles.xml | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/core/res/res/values/colors_material.xml b/core/res/res/values/colors_material.xml index 04131009b141d..e9ac91e3a5699 100644 --- a/core/res/res/values/colors_material.xml +++ b/core/res/res/values/colors_material.xml @@ -44,7 +44,8 @@ #ff5a595b #ffd6d7d7 - #F4511E + #ff7043 + #ff5722 #ffbdbdbd #fff1f1f1 diff --git a/core/res/res/values/themes_material.xml b/core/res/res/values/themes_material.xml index 9e6b1abac6ff8..15d8fb7b184dd 100644 --- a/core/res/res/values/themes_material.xml +++ b/core/res/res/values/themes_material.xml @@ -51,7 +51,7 @@ please see themes_device_defaults.xml. @dimen/primary_content_alpha_material_dark @dimen/secondary_content_alpha_material_dark 0.6 - @color/error_color_material + @color/error_color_material_dark @style/TextAppearance.Material @@ -420,6 +420,7 @@ please see themes_device_defaults.xml. @dimen/primary_content_alpha_material_light @dimen/secondary_content_alpha_material_light 0.6 + @color/error_color_material_light @style/TextAppearance.Material @@ -811,6 +812,7 @@ please see themes_device_defaults.xml. @color/background_material_light @color/background_floating_material_light @color/background_cache_hint_selector_material_light + @color/error_color_material_light @color/text_color_primary @color/primary_text_material_dark @@ -844,6 +846,7 @@ please see themes_device_defaults.xml. @color/background_material_dark @color/background_floating_material_dark @color/background_cache_hint_selector_material_dark + @color/error_color_material_dark @color/text_color_primary @color/primary_text_material_light diff --git a/packages/SystemUI/res/values/styles.xml b/packages/SystemUI/res/values/styles.xml index 90c5977e2a673..06f5812a05d93 100644 --- a/packages/SystemUI/res/values/styles.xml +++ b/packages/SystemUI/res/values/styles.xml @@ -306,6 +306,7 @@ @style/DualToneDarkTheme @*android:color/primary_text_material_dark @*android:color/secondary_text_material_dark + @*android:color/error_color_material_dark @*android:color/primary_text_material_dark @style/LockPatternStyle @style/PasswordTheme @@ -317,6 +318,7 @@