summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-07-30 20:58:58 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-30 20:58:58 +0000
commit9cbb1b527937e8892095fd5b727eaa13a0129b5a (patch)
treebe69a4aeae38cec17900f2bce9def4c84ac043e7 /res
parenteb72035f61205b74878cc2d4997b152f8f461ec7 (diff)
parent9b5fe6d43021e8ac4a4f40882c900a19a866b648 (diff)
am 9b5fe6d4: am f22a0f37: am b9a99362: Update red and green colors in call log
* commit '9b5fe6d43021e8ac4a4f40882c900a19a866b648': Update red and green colors in call log
Diffstat (limited to 'res')
-rw-r--r--res/values/colors.xml6
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>