summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-09-14 00:18:36 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-14 00:18:36 +0000
commit56a1ed859fdcc73f91a391c7aff3d621d3a1770a (patch)
tree701accb08d27ec023aec405588963f680b0a8bc2 /res
parenta70bf0a4e71e11fb744ee94907af62ec21f6f860 (diff)
parent8d41a0b474f063296919509e456c16c1894b36fc (diff)
downloadandroid_packages_apps_PhoneCommon-56a1ed859fdcc73f91a391c7aff3d621d3a1770a.tar.gz
android_packages_apps_PhoneCommon-56a1ed859fdcc73f91a391c7aff3d621d3a1770a.tar.bz2
android_packages_apps_PhoneCommon-56a1ed859fdcc73f91a391c7aff3d621d3a1770a.zip
Update Telephony preference colors to match new Dialer colors. am: 1d874b4ef9 am: 7669f19151
am: 8d41a0b474 Change-Id: I51c3ae6c1d579a9e5ef745e8ab02862d686044b3
Diffstat (limited to 'res')
-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>