From 10576db7650cce79961b80552fa11b6b36a69abf Mon Sep 17 00:00:00 2001 From: joshmccloskey Date: Thu, 6 Jun 2019 16:13:59 -0700 Subject: [PATCH] Updating colors for dark theme Bug: 133277663 Test: Verified colors are correct for dark & light themes. Change-Id: If1aa5f22286d15918cfec3cd4a6436760bf304b2 --- color-check-baseline.xml | 32 +++++++++++++++++++++++ res/drawable/face_enroll_introduction.xml | 2 +- res/values-night/colors.xml | 1 + res/values/colors.xml | 1 + 4 files changed, 35 insertions(+), 1 deletion(-) diff --git a/color-check-baseline.xml b/color-check-baseline.xml index 41cb12d03b5..3cb964fefd8 100644 --- a/color-check-baseline.xml +++ b/color-check-baseline.xml @@ -3037,4 +3037,36 @@ column="5"/> + + + + + + + + diff --git a/res/drawable/face_enroll_introduction.xml b/res/drawable/face_enroll_introduction.xml index 576ac58d981..217b13c2ff2 100644 --- a/res/drawable/face_enroll_introduction.xml +++ b/res/drawable/face_enroll_introduction.xml @@ -22,7 +22,7 @@ android:viewportHeight="300"> @*android:color/material_grey_800 #AECBFA #5F6368 + ?android:attr/colorAccent diff --git a/res/values/colors.xml b/res/values/colors.xml index 4a4c896a770..7114bb15152 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -147,4 +147,5 @@ @*android:color/background_device_default_light + #ffdadce0 \ No newline at end of file