summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme/common/res/values
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2018-06-22 16:27:21 -0700
committerEric Erfanian <erfanian@google.com>2018-06-26 16:23:00 +0000
commitb6c615dba7609e5134e960a92e723cfeadfbc589 (patch)
tree1e3bf129126f76a8c2ab7a2e7130591ce54c2d05 /java/com/android/dialer/theme/common/res/values
parent8ea0035f58ed06f2beb3a5d07c0ddb25814912f4 (diff)
UI refresh for voice call screen.
Bug: 79878432 Test: screen diff tests PiperOrigin-RevId: 201758864 Change-Id: Ib3ed6636df3d337cb2fa7c5f6d8f24da035cbd0c
Diffstat (limited to 'java/com/android/dialer/theme/common/res/values')
-rw-r--r--java/com/android/dialer/theme/common/res/values/colors.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/dialer/theme/common/res/values/colors.xml b/java/com/android/dialer/theme/common/res/values/colors.xml
index 6fea43665..770aa8c15 100644
--- a/java/com/android/dialer/theme/common/res/values/colors.xml
+++ b/java/com/android/dialer/theme/common/res/values/colors.xml
@@ -17,7 +17,7 @@
<!-- The colors in this file aren't configured at the theme level. -->
<resources>
<color name="dialer_call_green">#34A853</color>
- <color name="dialer_end_call_button_color">#BD2A2A</color>
+ <color name="dialer_end_call_button_color">#D93025</color>
<color name="dialer_divider_line_color">#D8D8D8</color>
<color name="dialer_link_color">#2A56C6</color>
<color name="dialer_snackbar_action_text_color">#4285F4</color>