Dialer: Update call end button colors

Use the same colors Google uses for the button

Change-Id: If95ea9e58fb1d784810fb9503cad26682c768bc8
diff --git a/java/com/android/dialer/theme/common/res/values-night/colors.xml b/java/com/android/dialer/theme/common/res/values-night/colors.xml
index 2ad50c7..41b308d 100644
--- a/java/com/android/dialer/theme/common/res/values-night/colors.xml
+++ b/java/com/android/dialer/theme/common/res/values-night/colors.xml
@@ -17,7 +17,7 @@
 <!-- The colors in this file aren't configured at the theme level. -->
 <resources>
   <color name="dialer_call_green">#3ee0a0</color>
-  <color name="dialer_end_call_button_color">#ffb3ac</color>
+  <color name="dialer_end_call_button_color">#e46962</color>
   <color name="dialer_link_color">#b5c4ff</color>
   <color name="dialer_snackbar_action_text_color">@android:color/system_accent1_600</color>
   <color name="dialer_call_icon_color">@android:color/black</color>
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 e5ac731..2e9e3b6 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">#006c49</color>
-  <color name="dialer_end_call_button_color">#b52425</color>
+  <color name="dialer_end_call_button_color">#dc362e</color>
   <color name="dialer_divider_line_color">#D8D8D8</color>
   <color name="dialer_link_color">#2A56C6</color>
   <color name="dialer_snackbar_action_text_color">@android:color/system_accent1_600</color>