diff --git a/core/res/res/values/colors_material.xml b/core/res/res/values/colors_material.xml index 2348951137319..c9292ebac97fe 100644 --- a/core/res/res/values/colors_material.xml +++ b/core/res/res/values/colors_material.xml @@ -46,10 +46,14 @@ @color/bright_foreground_disabled_material_dark @color/bright_foreground_disabled_material_light + - #6640c4ff + #6680cbc4 - #6640c4ff + #66009688 + + @color/material_deep_teal_200 + @color/material_deep_teal_500 @@ -71,114 +75,33 @@ - #fff4c7c3 - #ffe67c73 - #ffdb4437 - #ffc53929 - #ffff5252 - #ffff1744 - - #ffc6dafc - #ff7baaf7 - #ff4285f4 - #ff3367d6 - #ff448aff - #ff2979ff - - #ff40c4ff - - #ffb2ebf2 - #ff4dd0e1 - #ff00bcd4 - #ff0097a7 - #ff18ffff - #ff00e5ff - - #ff80cbc4 - #ff009688 - - #ffb7e1cd - #ff57bb8a - #ff0f9d58 - #ff0b8043 - #ff69f0ae - #ff00e676 - - #fff0f4c3 - #ffdce775 - #ffcddc39 - #ffafb42b - #ffeeff41 - #ffc6ff00 - - #fffce8b2 - #fff7cb4d - #fff4b400 - #fff09300 - #ffffcd40 - #ffffbc00 - - #ffffe0b2 - #ffffb74d - #ffff9800 - #fff57c00 - #ffffab40 - #ffff9100 - - #fff4c7c3 - #ffe67c73 - #ffff5722 - #ffc53929 - #ffff5252 - #ffff1744 - - - - - #fffafafa - #fff5f5f5 - #ffeeeeee - #ffa3a3a3 - #ff757575 - #ff717171 - #ff212121 + #ff80cbc4 + #ff009688 #ffeceff1 #ffcfd8dc - #ff90a4ae - #ff78909c - #ff607d8b - #ff546e7a - #ff455a64 #ff37474f - #ff263238 - #ff21272b - #ffd7ccc8 - #ffa1887f - #ff795548 - #ff5d4037 - @color/primary_text_default_material_light @color/black - @color/material_light_blue_A200 + @color/material_deep_teal_200 @color/transparent - @color/material_light_blue_A200 + @color/material_deep_teal_200 @color/transparent - @android:color/white + @color/white #ff303030 #999999 - @android:color/white + @color/white #ff999999 @android:color/white @@ -192,8 +115,8 @@ #0099cc #0099cc - @android:color/holo_blue_light - @android:color/holo_blue_light + @color/material_deep_teal_500 + @color/material_deep_teal_200 #f2f2f2 #ff303030 diff --git a/core/res/res/values/themes_material.xml b/core/res/res/values/themes_material.xml index 7a208f7cb007f..a79bd0ae2606e 100644 --- a/core/res/res/values/themes_material.xml +++ b/core/res/res/values/themes_material.xml @@ -64,8 +64,8 @@ please see themes_device_defaults.xml. @color/hint_foreground_material_light @color/highlighted_text_material_dark @color/highlighted_text_material_light - @color/material_teal_500 - @color/material_teal_500 + @color/link_text_material_dark + @color/link_text_material_light @color/search_url_text_material_dark @color/primary_text_material_dark @@ -371,7 +371,7 @@ please see themes_device_defaults.xml. @color/material_blue_grey_900 @color/material_blue_grey_800 - @color/material_deep_teal_A200 + @color/material_deep_teal_200 ?attr/textColorSecondary ?attr/colorAccent @@ -406,8 +406,8 @@ please see themes_device_defaults.xml. @color/hint_foreground_material_dark @color/highlighted_text_material_light @color/highlighted_text_material_dark - @color/material_teal_500 - @color/material_teal_500 + @color/link_text_material_light + @color/link_text_material_dark @color/search_url_text_material_light @color/primary_text_material_light @@ -713,7 +713,7 @@ please see themes_device_defaults.xml. @color/material_blue_grey_100 @color/material_blue_grey_50 - @color/material_deep_teal_A500 + @color/material_deep_teal_500 ?attr/textColorSecondary ?attr/colorAccent @@ -758,8 +758,8 @@ please see themes_device_defaults.xml. @color/hint_foreground_material_dark @color/highlighted_text_material_light @color/highlighted_text_material_dark - @color/material_teal_500 - @color/material_teal_500 + @color/link_text_material_light + @color/link_text_material_dark @color/search_url_text_material_light @color/primary_text_material_light @@ -796,8 +796,8 @@ please see themes_device_defaults.xml. @color/hint_foreground_material_light @color/highlighted_text_material_dark @color/highlighted_text_material_light - @color/material_teal_500 - @color/material_teal_500 + @color/link_text_material_dark + @color/link_text_material_light @color/search_url_text_material_dark @color/primary_text_material_dark @@ -1214,7 +1214,7 @@ please see themes_device_defaults.xml. diff --git a/packages/CaptivePortalLogin/res/values/styles.xml b/packages/CaptivePortalLogin/res/values/styles.xml index 7ccd3d3b345f2..4a99638aec951 100644 --- a/packages/CaptivePortalLogin/res/values/styles.xml +++ b/packages/CaptivePortalLogin/res/values/styles.xml @@ -16,7 +16,7 @@ diff --git a/packages/DocumentsUI/res/layout-sw720dp/activity.xml b/packages/DocumentsUI/res/layout-sw720dp/activity.xml index c33932d7c89a8..1cffd17c18363 100644 --- a/packages/DocumentsUI/res/layout-sw720dp/activity.xml +++ b/packages/DocumentsUI/res/layout-sw720dp/activity.xml @@ -54,7 +54,7 @@ android:layout_weight="1" android:orientation="vertical" android:elevation="8dp" - android:background="@*android:color/material_grey_50"> + android:background="@color/material_grey_50"> diff --git a/packages/DocumentsUI/res/layout/activity.xml b/packages/DocumentsUI/res/layout/activity.xml index d580821a96e21..120168e1db238 100644 --- a/packages/DocumentsUI/res/layout/activity.xml +++ b/packages/DocumentsUI/res/layout/activity.xml @@ -51,7 +51,7 @@ android:id="@+id/container_save" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@*android:color/material_grey_50" + android:background="@color/material_grey_50" android:elevation="8dp" /> diff --git a/packages/DocumentsUI/res/layout/fragment_directory.xml b/packages/DocumentsUI/res/layout/fragment_directory.xml index c8c707ec1f0ea..471783928f9a6 100644 --- a/packages/DocumentsUI/res/layout/fragment_directory.xml +++ b/packages/DocumentsUI/res/layout/fragment_directory.xml @@ -17,7 +17,7 @@ + android:background="@color/material_grey_50"> + #fffafafa + #ffeeeeee #8800bcd4 - @*android:color/material_grey_300 - + @color/material_grey_300 diff --git a/packages/DocumentsUI/res/values/styles.xml b/packages/DocumentsUI/res/values/styles.xml index 573081c1b4ef5..5cfe046bd4632 100644 --- a/packages/DocumentsUI/res/values/styles.xml +++ b/packages/DocumentsUI/res/values/styles.xml @@ -25,7 +25,7 @@ @*android:color/material_blue_grey_900 @*android:color/material_blue_grey_800 - @*android:color/material_teal_500 + @*android:color/material_deep_teal_500 false true diff --git a/packages/PrintSpooler/res/layout/preview_page.xml b/packages/PrintSpooler/res/layout/preview_page.xml index 76dd76bfa9566..df9848b37ebdb 100644 --- a/packages/PrintSpooler/res/layout/preview_page.xml +++ b/packages/PrintSpooler/res/layout/preview_page.xml @@ -32,7 +32,7 @@ android:id="@+id/page_footer" android:layout_width="fill_parent" android:layout_height="@dimen/preview_page_footer_height" - android:background="@*android:color/material_grey_500" + android:background="@color/material_grey_500" android:orientation="horizontal"> #FF80CBC4 + #ffa3a3a3 + diff --git a/packages/PrintSpooler/res/values/themes.xml b/packages/PrintSpooler/res/values/themes.xml index 08702291e0cab..db319e96dc8a3 100644 --- a/packages/PrintSpooler/res/values/themes.xml +++ b/packages/PrintSpooler/res/values/themes.xml @@ -16,10 +16,7 @@ -