summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-09-17 14:59:19 -0700
committerYorke Lee <yorkelee@google.com>2014-09-17 14:59:19 -0700
commit3cd4d8753c96e9ba85422bbda54538720d7cd190 (patch)
treef916a560ed0ff7eaf0d0d60583e1cb7bc7c85dcd /res/values/colors.xml
parent6b0803575d047d405caf98d92511a2974c3b2338 (diff)
downloadandroid_packages_apps_Dialer-3cd4d8753c96e9ba85422bbda54538720d7cd190.tar.gz
android_packages_apps_Dialer-3cd4d8753c96e9ba85422bbda54538720d7cd190.tar.bz2
android_packages_apps_Dialer-3cd4d8753c96e9ba85422bbda54538720d7cd190.zip
Update colors in Dialer for GAR requirements
Make View call history color #737373 Make preference headers #333333 Make preference descriptions/summaries #737373 Bug: 17548969 Change-Id: I2cf85896d6bbef934fee73ac2f8a3a96d50ef3ac
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index a3fd3f923..d5ec4dcc3 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -16,16 +16,16 @@
<resources>
<!-- Primary text color in the Dialer -->
- <color name="dialtacts_primary_text_color">#333</color>
+ <color name="dialtacts_primary_text_color">#333333</color>
<!-- Secondary text color in the Dialer -->
<color name="dialtacts_secondary_text_color">#737373</color>
<color name="dialer_red_highlight_color">#ff1744</color>
<color name="dialer_green_highlight_color">#00c853</color>
<!-- Color for the setting text. -->
- <color name="setting_primary_color">#4d4c4c</color>
+ <color name="setting_primary_color">@color/dialtacts_primary_text_color</color>
<!-- Color for the setting description text. -->
- <color name="setting_secondary_color">#989898</color>
+ <color name="setting_secondary_color">@color/dialtacts_secondary_text_color</color>
<color name="setting_background_color">#ffffff</color>
<!-- Color of the text describing an unconsumed missed call. -->
@@ -87,9 +87,6 @@
as call back, play voicemail, etc. -->
<color name="call_log_action_text">@color/dialer_theme_color</color>
- <!-- Color of view full call history item text. -->
- <color name="view_full_call_history_color">@color/dialer_theme_color</color>
-
<!-- Color for missed call icons. -->
<color name="missed_call">#ff2e58</color>