From 17b92645e5c5a54957bb518748f7ae175a483094 Mon Sep 17 00:00:00 2001 From: Timi Rautamäki Date: Sun, 11 Jul 2021 13:34:21 +0200 Subject: Dialer: update dark theme colors The dark theme colors exist in java/com/android/dialer/theme/hidden/res/values/colors_dialer_light.xml that would be used with AOSPThemeModule. As the app uses framework dark theme instead of the module, copy the dark theme colors to values-night. Change-Id: I02a36b01ba581e62556ce6e0151ff0a35209467a --- .../hidden/res/values-night/colors_dialer_dark.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 java/com/android/dialer/theme/hidden/res/values-night/colors_dialer_dark.xml diff --git a/java/com/android/dialer/theme/hidden/res/values-night/colors_dialer_dark.xml b/java/com/android/dialer/theme/hidden/res/values-night/colors_dialer_dark.xml new file mode 100644 index 000000000..369656f44 --- /dev/null +++ b/java/com/android/dialer/theme/hidden/res/values-night/colors_dialer_dark.xml @@ -0,0 +1,22 @@ + + + + #5195EA + #335195EA + #2374CE + #5195EA + -- cgit v1.2.3