From 7ddef8f82db07f1aa278daa3d9e823335c1813c8 Mon Sep 17 00:00:00 2001 From: Marcelo Arteiro Date: Tue, 12 Nov 2024 18:22:08 +0000 Subject: [PATCH] Aligning Android color tokens with Material Original change was reverted because of a flag misplacement. Fixed now. Script also updated to generate update resource files. Bug: 376195115 Test: presubmit Flag: EXEMPT bugfix Change-Id: Ieefa4a675a1cd140e6e86a51cbca85faa52870c7 --- res/values-night/styles.xml | 6 +++--- res/values/attrs.xml | 6 +++--- res/values/styles.xml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/res/values-night/styles.xml b/res/values-night/styles.xml index 06f0eee50f..a891e392b8 100644 --- a/res/values-night/styles.xml +++ b/res/values-night/styles.xml @@ -38,16 +38,16 @@ @color/system_secondary_fixed_dim @color/system_on_error_container_dark @color/system_on_secondary_fixed - @color/system_on_surface_light + @color/system_on_surface_light @color/system_tertiary_fixed_dim @color/system_on_tertiary_fixed @color/system_primary_fixed_dim @color/system_secondary_container_dark @color/system_error_container_dark @color/system_on_primary_fixed - @color/system_primary_light + @color/system_primary_light @color/system_secondary_fixed - @color/system_surface_light + @color/system_surface_light @color/system_surface_variant_dark @color/system_tertiary_container_dark @color/system_tertiary_fixed diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 77d789ff25..7c1bdee9b6 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -58,16 +58,16 @@ - + - + - + diff --git a/res/values/styles.xml b/res/values/styles.xml index 6d3579b1a9..1c70d6c6aa 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -41,16 +41,16 @@ @color/system_secondary_fixed_dim @color/system_on_error_container_light @color/system_on_secondary_fixed - @color/system_on_surface_dark + @color/system_on_surface_dark @color/system_tertiary_fixed_dim @color/system_on_tertiary_fixed @color/system_primary_fixed_dim @color/system_secondary_container_light @color/system_error_container_light @color/system_on_primary_fixed - @color/system_primary_dark + @color/system_primary_dark @color/system_secondary_fixed - @color/system_surface_dark + @color/system_surface_dark @color/system_surface_variant_light @color/system_tertiary_container_light @color/system_tertiary_fixed