diff options
author | Nancy Chen <nancychen@google.com> | 2014-07-30 20:51:21 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-07-30 20:51:21 +0000 |
commit | f22a0f370ac7f3cea9570593effadfb6f421296b (patch) | |
tree | 77616a10ff8541b0d625eb961b4022a18a96f25f /res | |
parent | f8d895320c29f05a243266d973f8a3dc22940a68 (diff) | |
parent | b9a993620434e0e407ef7bc52f3712e611919f18 (diff) |
am b9a99362: Update red and green colors in call log
* commit 'b9a993620434e0e407ef7bc52f3712e611919f18':
Update red and green colors in call log
Diffstat (limited to 'res')
-rw-r--r-- | res/values/colors.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index c3b99b9bb..448d1e6c1 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -20,6 +20,8 @@ <!-- Secondary text color in the Dialer --> <color name="dialtacts_secondary_text_color">#737373</color> <color name="dialer_accent_color">#eeff41</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> @@ -28,7 +30,7 @@ <color name="setting_background_color">#ffffff</color> <!-- Color of the text describing an unconsumed missed call. --> - <color name="call_log_missed_call_highlight_color">#FF0000</color> + <color name="call_log_missed_call_highlight_color">@color/dialer_red_highlight_color</color> <!-- Color of the text describing an unconsumed voicemail. --> <color name="call_log_voicemail_highlight_color">#33b5e5</color> @@ -93,7 +95,7 @@ <color name="missed_call">#ff2e58</color> <!-- Color for answered or outgoing call icons. --> - <color name="answered_call">#2aad6f</color> + <color name="answered_call">@color/dialer_green_highlight_color</color> <!-- Color for icons in the actionbar --> <color name="actionbar_icon_color">#ffffff</color> |