From aab7276deec7ee06fc5c257fd932e493fa13ba07 Mon Sep 17 00:00:00 2001 From: Matt Pietal Date: Mon, 3 Jun 2019 09:18:02 -0400 Subject: [PATCH] Sharesheet - Adjust dark mode colors for GAR The background for dark mode dialogs is lighter than the pixel/gm2 grey 800 color, while the text is a bit darker. Manually adjust the colors per UX's recommendations. Bug: 132861725 Test: Visual inspection Change-Id: Iaa65c69ed387165987c41d8e2e7843e86e909dcc --- core/res/res/values-night/themes_device_defaults.xml | 2 ++ core/res/res/values/colors.xml | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/core/res/res/values-night/themes_device_defaults.xml b/core/res/res/values-night/themes_device_defaults.xml index 8ba2c604ea6b3..93975a9d7bf18 100644 --- a/core/res/res/values-night/themes_device_defaults.xml +++ b/core/res/res/values-night/themes_device_defaults.xml @@ -87,5 +87,7 @@ easier. diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml index 048f341ffe329..3b282650d59ef 100644 --- a/core/res/res/values/colors.xml +++ b/core/res/res/values/colors.xml @@ -218,4 +218,9 @@ @color/list_divider_color_light @color/loading_gradient_background_color_light @color/loading_gradient_highlight_color_light + + #ff3C4043 + + + #ffC4C6C6