Redlines for CallDetailActivity (call history items and voicemails)

* Swapped out new assets
* Changed background colors as necessary
* Add padding view at bottom of seek container
* Changed color of drawables
* Removed unused assets

Change-Id: I654ba417e03b2a32039504ae2de51fd75c5bec20
diff --git a/res/values/colors.xml b/res/values/colors.xml
index df4b2f4..c35ea39 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>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 86df4ae..02b693c 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -122,16 +122,16 @@
         <item name="android:textColorPrimary">#FFFFFF</item>
     </style>
 
-    <style name="CallDetailActivityTheme" parent="android:Theme.Holo">
-        <item name="android:windowBackground">@android:color/black</item>
+    <style name="CallDetailActivityTheme" parent="android:Theme.Holo.Light">
+        <item name="android:windowBackground">@color/background_dialer_list_items</item>
         <item name="android:gravity">top</item>
         <item name="android:listViewStyle">@style/ListViewStyle</item>
         <!-- CallLog -->
-        <item name="call_log_primary_text_color">#FFFFFF</item>
-        <item name="call_log_primary_background_color">#000000</item>
-        <item name="call_log_secondary_text_color">#FFFFFF</item>
-        <item name="call_log_secondary_background_color">#333333</item>
-        <item name="call_log_header_color">#33b5e5</item>
+        <item name="call_log_primary_text_color">#333333</item>
+        <item name="call_log_primary_background_color">#FFFFFF</item>
+        <item name="call_log_secondary_text_color">#333333</item>
+        <item name="call_log_secondary_background_color">#FFFFFF</item>
+        <item name="call_log_header_color">#FFFFFF</item>
         <!-- VoicemailStatus -->
         <item name="call_log_voicemail_status_height">48dip</item>
         <item name="call_log_voicemail_status_background_color">#262626</item>