summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-09-13 23:19:07 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-13 23:19:07 +0000
commit7669f19151492caade4ead68ea5d629afefd4c95 (patch)
treea328a8f694a3e2c4ded132d72a056f00af78840c
parent974c80da935527dabe6a0886316e97cc62e2b887 (diff)
parent1d874b4ef9f3f6c8622494a58cedb9c5e8386926 (diff)
downloadandroid_packages_apps_PhoneCommon-7669f19151492caade4ead68ea5d629afefd4c95.tar.gz
android_packages_apps_PhoneCommon-7669f19151492caade4ead68ea5d629afefd4c95.tar.bz2
android_packages_apps_PhoneCommon-7669f19151492caade4ead68ea5d629afefd4c95.zip
Update Telephony preference colors to match new Dialer colors.
am: 1d874b4ef9 Change-Id: I55ac70225241aaf8611d3120f6a0b8e46993fb46
-rw-r--r--res/values/colors.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 27226b7..65a2ca4 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -16,8 +16,8 @@
<resources>
<!-- Colors for the dialpad -->
- <color name="dialer_theme_color">#0288d1</color>
- <color name="dialer_theme_color_dark">#0277bd</color>
+ <color name="dialer_theme_color">#2A56C6</color>
+ <color name="dialer_theme_color_dark">#1C3AA9</color>
<color name="background_dialpad">#fcfcfc</color>
<color name="background_dialpad_pressed">#ececec</color>
<color name="dialpad_primary_text_color">@color/dialer_theme_color</color>