diff --git a/core/api/current.txt b/core/api/current.txt
index f71393114444c..d415453330ba3 100644
--- a/core/api/current.txt
+++ b/core/api/current.txt
@@ -2013,18 +2013,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;
@@ -2033,10 +2029,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;
@@ -2055,18 +2049,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;
@@ -2089,10 +2079,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 dc7565894f8f5..42ccfbe2148ba 100644
--- a/core/res/res/values/colors.xml
+++ b/core/res/res/values/colors.xml
@@ -470,18 +470,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
@@ -526,18 +526,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 12a6c5262f055..9cbf3b6798515 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 251db6d87850f..b6b2ce25f3108 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -4986,8 +4986,7 @@
-
-
+
diff --git a/core/res/res/values/themes_device_defaults.xml b/core/res/res/values/themes_device_defaults.xml
index 2986bdf59a51b..2e3d145130a8d 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
@@ -282,7 +282,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -335,33 +334,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
@@ -378,7 +377,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -430,33 +428,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
@@ -473,7 +471,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -527,33 +524,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
@@ -570,7 +567,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -623,33 +619,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
@@ -666,7 +662,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -727,33 +722,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
@@ -770,7 +765,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -822,33 +816,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
@@ -865,7 +859,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -916,33 +909,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
@@ -959,7 +952,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -1011,33 +1003,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
@@ -1054,7 +1046,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -1122,33 +1113,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
@@ -1165,7 +1156,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -1218,33 +1208,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
@@ -1261,7 +1251,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -1312,33 +1301,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
@@ -1355,7 +1344,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -1408,33 +1396,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
@@ -1451,7 +1439,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -1503,33 +1490,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
@@ -1546,7 +1533,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -1598,33 +1584,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
@@ -1641,7 +1627,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -1693,33 +1678,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
@@ -1736,7 +1721,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -1788,33 +1772,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
@@ -1831,7 +1815,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -1883,33 +1866,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
@@ -1926,7 +1909,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -1983,33 +1965,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
@@ -2026,7 +2008,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -2076,33 +2057,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
@@ -2119,7 +2100,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -2307,33 +2287,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
@@ -2402,33 +2382,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
@@ -2496,33 +2476,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
@@ -2591,33 +2571,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
@@ -2688,33 +2668,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
@@ -2784,33 +2764,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
@@ -2886,33 +2866,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
@@ -2984,33 +2964,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
@@ -3081,33 +3061,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
@@ -3179,33 +3159,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
@@ -3258,33 +3238,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
@@ -3337,33 +3317,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
@@ -3435,33 +3415,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
@@ -3534,33 +3514,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
@@ -3631,33 +3611,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
@@ -3727,33 +3707,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
@@ -3822,33 +3802,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
@@ -3917,33 +3897,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
@@ -4010,33 +3990,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
@@ -4110,33 +4090,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
@@ -4153,7 +4133,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -4191,33 +4170,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
@@ -4234,7 +4213,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -4264,33 +4242,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
@@ -4307,7 +4285,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -4359,33 +4336,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
@@ -4402,7 +4379,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -4438,33 +4414,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
@@ -4481,7 +4457,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -4557,33 +4532,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
@@ -4600,7 +4575,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -4654,33 +4628,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
@@ -4697,7 +4671,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -4777,33 +4750,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
@@ -4820,7 +4793,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -4830,33 +4802,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
@@ -4887,33 +4859,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
@@ -4930,7 +4902,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark
@@ -4940,33 +4911,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
@@ -5004,33 +4975,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
@@ -5047,7 +5018,6 @@ easier.
- @color/system_on_primary_dark
- @color/system_on_surface_dark
- @color/system_surface_container_dark
- - @color/system_surface_container_dark