summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-09-09 15:51:03 -0700
committerTyler Gunn <tgunn@google.com>2016-09-13 21:09:23 +0000
commit1d874b4ef9f3f6c8622494a58cedb9c5e8386926 (patch)
treed3d9eca7047a5a75c656b957334ed1d2b93efde8
parentef862c5c6aebc3940d31f470ebf10859d2a55f7e (diff)
downloadandroid_packages_apps_PhoneCommon-1d874b4ef9f3f6c8622494a58cedb9c5e8386926.tar.gz
android_packages_apps_PhoneCommon-1d874b4ef9f3f6c8622494a58cedb9c5e8386926.tar.bz2
android_packages_apps_PhoneCommon-1d874b4ef9f3f6c8622494a58cedb9c5e8386926.zip
Update Telephony preference colors to match new Dialer colors.
Bug: 31401043 Change-Id: I0bd0d991bb87f344ed147a3c8082517222528eea
-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>