summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-09-13 23:22:07 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-13 23:22:07 +0000
commit8d41a0b474f063296919509e456c16c1894b36fc (patch)
tree76047e9c2454f599dbc51b82639c6e0c8288bedd
parentf97d988f81203b983a3ca5ba02cbbf66efb39642 (diff)
parent7669f19151492caade4ead68ea5d629afefd4c95 (diff)
downloadpackages_apps_PhoneCommon-8d41a0b474f063296919509e456c16c1894b36fc.tar.gz
packages_apps_PhoneCommon-8d41a0b474f063296919509e456c16c1894b36fc.tar.bz2
packages_apps_PhoneCommon-8d41a0b474f063296919509e456c16c1894b36fc.zip
Update Telephony preference colors to match new Dialer colors. am: 1d874b4ef9
am: 7669f19151 Change-Id: Ie3724940ded0ae6d98d73fb3e036e53a1df5603d
-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>