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/layout/call_detail_history_item.xml b/res/layout/call_detail_history_item.xml
index 4858717..5b3fff7 100644
--- a/res/layout/call_detail_history_item.xml
+++ b/res/layout/call_detail_history_item.xml
@@ -24,6 +24,7 @@
     android:paddingStart="@dimen/call_log_indent_margin"
     android:paddingEnd="@dimen/call_log_outer_margin"
     android:orientation="vertical"
+    android:background="@color/background_dialer_list_items"
 >
     <LinearLayout
         android:layout_width="wrap_content"
@@ -43,7 +44,7 @@
             android:layout_height="wrap_content"
             android:layout_marginStart="@dimen/call_log_icon_margin"
             android:textAppearance="?android:attr/textAppearanceSmall"
-            android:textColor="@color/secondary_text_color"
+            android:textColor="?attr/call_log_secondary_text_color"
         />
     </LinearLayout>
     <TextView
@@ -51,13 +52,13 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:textAppearance="?android:attr/textAppearanceSmall"
-        android:textColor="@color/secondary_text_color"
+        android:textColor="?attr/call_log_secondary_text_color"
     />
     <TextView
         android:id="@+id/duration"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:textAppearance="?android:attr/textAppearanceSmall"
-        android:textColor="@color/secondary_text_color"
+        android:textColor="?attr/call_log_secondary_text_color"
     />
 </LinearLayout>