summaryrefslogtreecommitdiff
path: root/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 2828725ac..ebdc2f60e 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -21,4 +21,21 @@
<color name="smartdial_confidence_drawable_color">#39caff</color>
<color name="smartdial_highlighted_text_color">#ffffff</color>
+ <!-- Color of the text describing an unconsumed missed call. -->
+ <color name="call_log_missed_call_highlight_color">#FF0000</color>
+
+ <!-- Color of the text describing an unconsumed voicemail. -->
+ <color name="call_log_voicemail_highlight_color">#33b5e5</color>
+
+ <!-- Colour background for the voicemail playback ui. -->
+ <color name="voicemail_playback_ui_background">@android:color/black</color>
+
+ <!-- Colour of voicemail progress bar to the right of position indicator. -->
+ <color name="voicemail_playback_seek_bar_yet_to_play">#44ffffff</color>
+
+ <!-- Colour of voicemail progress bar to the left of position indicator. -->
+ <color name="voicemail_playback_seek_bar_already_played">#ccffffff</color>
+
+ <!-- Standard color for selected items. -->
+ <color name="item_selected">#660099cc</color>
</resources>