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.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index df4b2f45d..c35ea3953 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -34,11 +34,12 @@
<!-- 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 right of position indicator.
+ Same as the background color of the dialer -->
+ <color name="voicemail_playback_seek_bar_yet_to_play">#cecece</color>
<!-- Colour of voicemail progress bar to the left of position indicator. -->
- <color name="voicemail_playback_seek_bar_already_played">#ccffffff</color>
+ <color name="voicemail_playback_seek_bar_already_played">#39c9ff</color>
<!-- Standard color for selected items. -->
<color name="item_selected">#660099cc</color>