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