From 00c774e89a4281b4213a3895ae47161407664a04 Mon Sep 17 00:00:00 2001 From: Marcelo Arteiro Date: Thu, 16 Feb 2023 14:08:28 +0000 Subject: [PATCH] Remove _light / _dark / from "fixed" sys resources Some _darker were also replaced by _dim RESOURCES_FINALIZATION=Broken check, manually validated Bug: 270549828 Test: Manual Change-Id: I834cb61b87fe98e65534fbd30baa17fa348ac6a9 --- core/api/current.txt | 36 +- core/res/res/values/colors.xml | 36 +- core/res/res/values/public-staging.xml | 60 +- core/res/res/values/symbols.xml | 3 +- .../res/res/values/themes_device_defaults.xml | 1254 ++++++++--------- 5 files changed, 673 insertions(+), 716 deletions(-) diff --git a/core/api/current.txt b/core/api/current.txt index b1dd15cc0db09..5e9c6dd0609dc 100644 --- a/core/api/current.txt +++ b/core/api/current.txt @@ -2011,18 +2011,14 @@ package android { field public static final int system_on_primary_container_dark; field public static final int system_on_primary_container_light; field public static final int system_on_primary_dark; - field public static final int system_on_primary_fixed_dark; - field public static final int system_on_primary_fixed_light; - field public static final int system_on_primary_fixed_variant_dark; - field public static final int system_on_primary_fixed_variant_light; + field public static final int system_on_primary_fixed; + field public static final int system_on_primary_fixed_variant; field public static final int system_on_primary_light; field public static final int system_on_secondary_container_dark; field public static final int system_on_secondary_container_light; field public static final int system_on_secondary_dark; - field public static final int system_on_secondary_fixed_dark; - field public static final int system_on_secondary_fixed_light; - field public static final int system_on_secondary_fixed_variant_dark; - field public static final int system_on_secondary_fixed_variant_light; + field public static final int system_on_secondary_fixed; + field public static final int system_on_secondary_fixed_variant; field public static final int system_on_secondary_light; field public static final int system_on_surface_dark; field public static final int system_on_surface_light; @@ -2031,10 +2027,8 @@ package android { field public static final int system_on_tertiary_container_dark; field public static final int system_on_tertiary_container_light; field public static final int system_on_tertiary_dark; - field public static final int system_on_tertiary_fixed_dark; - field public static final int system_on_tertiary_fixed_light; - field public static final int system_on_tertiary_fixed_variant_dark; - field public static final int system_on_tertiary_fixed_variant_light; + field public static final int system_on_tertiary_fixed; + field public static final int system_on_tertiary_fixed_variant; field public static final int system_on_tertiary_light; field public static final int system_outline_dark; field public static final int system_outline_light; @@ -2051,18 +2045,14 @@ package android { field public static final int system_primary_container_dark; field public static final int system_primary_container_light; field public static final int system_primary_dark; - field public static final int system_primary_fixed_dark; - field public static final int system_primary_fixed_dim_dark; - field public static final int system_primary_fixed_dim_light; - field public static final int system_primary_fixed_light; + field public static final int system_primary_fixed; + field public static final int system_primary_fixed_dim; field public static final int system_primary_light; field public static final int system_secondary_container_dark; field public static final int system_secondary_container_light; field public static final int system_secondary_dark; - field public static final int system_secondary_fixed_dark; - field public static final int system_secondary_fixed_dim_dark; - field public static final int system_secondary_fixed_dim_light; - field public static final int system_secondary_fixed_light; + field public static final int system_secondary_fixed; + field public static final int system_secondary_fixed_dim; field public static final int system_secondary_light; field public static final int system_surface_bright_dark; field public static final int system_surface_bright_light; @@ -2085,10 +2075,8 @@ package android { field public static final int system_tertiary_container_dark; field public static final int system_tertiary_container_light; field public static final int system_tertiary_dark; - field public static final int system_tertiary_fixed_dark; - field public static final int system_tertiary_fixed_dim_dark; - field public static final int system_tertiary_fixed_dim_light; - field public static final int system_tertiary_fixed_light; + field public static final int system_tertiary_fixed; + field public static final int system_tertiary_fixed_dim; field public static final int system_tertiary_light; field public static final int system_text_hint_inverse_dark; field public static final int system_text_hint_inverse_light; diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml index 6b3c1558304fa..692011b5d519b 100644 --- a/core/res/res/values/colors.xml +++ b/core/res/res/values/colors.xml @@ -469,18 +469,18 @@ #FFFFFF #FFDAD5 #410000 - #D8E2FF - #ADC6FF - #001A41 - #2B4678 - #DBE2F9 - #BFC6DC - #141B2C - #3F4759 - #FBD7FC - #DEBCDF - #29132D - #583E5B + #D8E2FF + #ADC6FF + #001A41 + #2B4678 + #DBE2F9 + #BFC6DC + #141B2C + #3F4759 + #FBD7FC + #DEBCDF + #29132D + #583E5B #D8E2FF #44474F #1F000000 @@ -524,18 +524,6 @@ #690001 #930001 #FFDAD5 - #D8E2FF - #ADC6FF - #001A41 - #2B4678 - #DBE2F9 - #BFC6DC - #141B2C - #3F4759 - #FBD7FC - #DEBCDF - #29132D - #583E5B #2B4678 #C4C6D0 #33FFFFFF diff --git a/core/res/res/values/public-staging.xml b/core/res/res/values/public-staging.xml index b39cf7e2b736d..9d5a2bc717b4e 100644 --- a/core/res/res/values/public-staging.xml +++ b/core/res/res/values/public-staging.xml @@ -191,18 +191,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -246,18 +246,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -271,6 +271,18 @@ + + + + + + + + + + + + diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 4c03e6a33fdad..7293b730b16ed 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -4976,8 +4976,7 @@ - - + diff --git a/core/res/res/values/themes_device_defaults.xml b/core/res/res/values/themes_device_defaults.xml index 511e734a0994e..80df1f4392cba 100644 --- a/core/res/res/values/themes_device_defaults.xml +++ b/core/res/res/values/themes_device_defaults.xml @@ -239,33 +239,33 @@ easier. @color/foreground_device_default_dark @color/foreground_device_default_light - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -281,7 +281,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -334,33 +333,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -376,7 +375,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -428,33 +426,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -470,7 +468,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -524,33 +521,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -566,7 +563,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -619,33 +615,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -661,7 +657,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -722,33 +717,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -764,7 +759,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -816,33 +810,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -858,7 +852,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -909,33 +902,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -951,7 +944,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -1003,33 +995,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -1045,7 +1037,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -1113,33 +1104,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -1155,7 +1146,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -1208,33 +1198,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -1250,7 +1240,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -1301,33 +1290,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -1343,7 +1332,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -1396,33 +1384,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -1438,7 +1426,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -1490,33 +1477,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -1532,7 +1519,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -1584,33 +1570,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -1626,7 +1612,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -1678,33 +1663,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -1720,7 +1705,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -1772,33 +1756,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -1814,7 +1798,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -1866,33 +1849,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -1908,7 +1891,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -1965,33 +1947,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -2007,7 +1989,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -2057,33 +2038,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -2099,7 +2080,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -2287,33 +2267,33 @@ easier. ?attr/colorBackgroundFloating ?attr/colorBackgroundFloating - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -2381,33 +2361,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -2474,33 +2454,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -2568,33 +2548,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -2664,33 +2644,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -2759,33 +2739,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -2860,33 +2840,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -2957,33 +2937,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -3053,33 +3033,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -3150,33 +3130,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -3228,33 +3208,33 @@ easier. @color/foreground_device_default_light @color/foreground_device_default_dark - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -3306,33 +3286,33 @@ easier. @color/foreground_device_default_light @color/foreground_device_default_dark - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -3403,33 +3383,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -3501,33 +3481,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -3597,33 +3577,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -3692,33 +3672,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -3786,33 +3766,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -3880,33 +3860,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -3972,33 +3952,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -4071,33 +4051,33 @@ easier. @color/list_divider_color_light @color/list_divider_opacity_device_default_light - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -4113,7 +4093,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -4151,33 +4130,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -4193,7 +4172,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -4223,33 +4201,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -4265,7 +4243,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -4317,33 +4294,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -4359,7 +4336,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -4395,33 +4371,33 @@ easier. @style/Theme.DeviceDefault.Light.Dialog.Alert - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -4437,7 +4413,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -4513,33 +4488,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -4555,7 +4530,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -4609,33 +4583,33 @@ easier. @style/Widget.DeviceDefault.Toolbar - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -4651,7 +4625,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -4731,33 +4704,33 @@ easier. @color/accent_secondary_device_default @color/accent_tertiary_device_default - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -4773,7 +4746,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -4783,33 +4755,33 @@ easier. @color/accent_secondary_device_default @color/accent_tertiary_device_default - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -4839,33 +4811,33 @@ easier. @color/accent_secondary_device_default @color/accent_tertiary_device_default - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -4881,7 +4853,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark @@ -4891,33 +4862,33 @@ easier. center @style/Animation.DeviceDefault.Dialog - @color/system_on_secondary_fixed_variant_light - @color/system_on_tertiary_fixed_variant_light + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_light - @color/system_on_primary_fixed_variant_light + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_light @color/system_on_tertiary_container_light @color/system_surface_container_low_light @color/system_on_primary_container_light - @color/system_secondary_fixed_dim_light + @color/system_secondary_fixed_dim @color/system_on_error_container_light - @color/system_on_secondary_fixed_light + @color/system_on_secondary_fixed @color/system_on_surface_light - @color/system_tertiary_fixed_dim_light - @color/system_on_tertiary_fixed_light - @color/system_primary_fixed_dim_light + @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_light + @color/system_on_primary_fixed @color/system_primary_light - @color/system_secondary_fixed_light + @color/system_secondary_fixed @color/system_surface_light @color/system_surface_variant_light @color/system_tertiary_container_light - @color/system_tertiary_fixed_light + @color/system_tertiary_fixed @color/system_primary_container_light @color/system_on_background_light - @color/system_primary_fixed_light + @color/system_primary_fixed @color/system_on_secondary_light @color/system_on_tertiary_light @color/system_surface_dim_light @@ -4954,33 +4925,33 @@ easier. @color/system_neutral1_900 @color/system_neutral2_700 - @color/system_on_secondary_fixed_variant_dark - @color/system_on_tertiary_fixed_variant_dark + @color/system_on_secondary_fixed_variant + @color/system_on_tertiary_fixed_variant @color/system_surface_container_lowest_dark - @color/system_on_primary_fixed_variant_dark + @color/system_on_primary_fixed_variant @color/system_on_secondary_container_dark @color/system_on_tertiary_container_dark @color/system_surface_container_low_dark @color/system_on_primary_container_dark - @color/system_secondary_fixed_dim_dark + @color/system_secondary_fixed_dim @color/system_on_error_container_dark - @color/system_on_secondary_fixed_dark + @color/system_on_secondary_fixed @color/system_on_surface_dark - @color/system_tertiary_fixed_dim_dark - @color/system_on_tertiary_fixed_dark - @color/system_primary_fixed_dim_dark + @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_dark + @color/system_on_primary_fixed @color/system_primary_dark - @color/system_secondary_fixed_dark + @color/system_secondary_fixed @color/system_surface_dark @color/system_surface_variant_dark @color/system_tertiary_container_dark - @color/system_tertiary_fixed_dark + @color/system_tertiary_fixed @color/system_primary_container_dark @color/system_on_background_dark - @color/system_primary_fixed_dark + @color/system_primary_fixed @color/system_on_secondary_dark @color/system_on_tertiary_dark @color/system_surface_dim_dark @@ -4996,7 +4967,6 @@ easier. @color/system_on_primary_dark @color/system_on_surface_dark @color/system_surface_container_dark - @color/system_surface_container_dark