summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme/common/res
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2018-07-10 18:37:33 +0000
committerEric Erfanian <erfanian@google.com>2018-07-10 18:53:03 +0000
commit92854e01920bb300247d19457395b28df06428e0 (patch)
treee52a300d0d59efe9aae59976ebe57e1dc244ebc6 /java/com/android/dialer/theme/common/res
parent40b73ff89b3d6b9d746319cafe43f38f518d3112 (diff)
Revert "UI refresh for voice call screen."
This reverts commit b6c615dba7609e5134e960a92e723cfeadfbc589. Change-Id: Ibfe295c51323b4e0352098470921ffae114f5c83
Diffstat (limited to 'java/com/android/dialer/theme/common/res')
-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 770aa8c15..6fea43665 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">#D93025</color>
+ <color name="dialer_end_call_button_color">#BD2A2A</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>