From 554a1bee3994469cdf383498dbb36dced24f0d19 Mon Sep 17 00:00:00 2001 From: Lucas Dupin Date: Tue, 16 Mar 2021 19:47:39 -0700 Subject: [PATCH] Apply new color scheme Bug: 173553055 Test: manual Test: atest SystemPalette Test: atest ThemeOverlayControllerTest Test: atest DeviceDefaultThemeTest Change-Id: Ie06160ed322ceac2e1078c24db287dd1f26a0a65 --- res/values-v31/colors.xml | 22 +++++++++---------- .../test_layout_appwidget_dynamic_colors.xml | 6 ++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/res/values-v31/colors.xml b/res/values-v31/colors.xml index 6baf39e034..24aac10a26 100644 --- a/res/values-v31/colors.xml +++ b/res/values-v31/colors.xml @@ -17,17 +17,17 @@ */ --> - @android:color/system_primary_50 - @android:color/system_primary_100 - @android:color/system_primary_300 - @android:color/system_primary_800 - @android:color/system_primary_900 - @android:color/system_primary_700 + @android:color/system_neutral1_50 + @android:color/system_neutral2_100 + @android:color/system_neutral2_300 + @android:color/system_neutral1_800 + @android:color/system_neutral1_900 + @android:color/system_neutral2_700 - @android:color/system_primary_50 - @android:color/system_primary_900 + @android:color/system_neutral1_50 + @android:color/system_neutral1_900 - @android:color/system_primary_50 - @android:color/system_primary_200 - @android:color/system_primary_400 + @android:color/system_neutral1_50 + @android:color/system_neutral2_200 + @android:color/system_neutral2_400 \ No newline at end of file diff --git a/tests/res/layout/test_layout_appwidget_dynamic_colors.xml b/tests/res/layout/test_layout_appwidget_dynamic_colors.xml index c5ab030d11..21625c643d 100644 --- a/tests/res/layout/test_layout_appwidget_dynamic_colors.xml +++ b/tests/res/layout/test_layout_appwidget_dynamic_colors.xml @@ -18,7 +18,7 @@ + android:background="@android:color/system_neutral1_500"/> + android:background="@android:color/system_accent1_500"/> + android:background="@android:color/system_neutral2_500"/> \ No newline at end of file