Use darker blue for call log "extras" text/icon.

Bug: 17931509
Change-Id: I3660e963187aa46910b805ad022ccbcb80057f23
diff --git a/res/layout/call_log_list_item_extra.xml b/res/layout/call_log_list_item_extra.xml
index c4126e4..4335979 100644
--- a/res/layout/call_log_list_item_extra.xml
+++ b/res/layout/call_log_list_item_extra.xml
@@ -39,14 +39,14 @@
         <ImageView android:id="@+id/badge_image"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:tint="@color/dialpad_primary_text_color"
+            android:tint="@color/call_log_extras_text_color"
             android:padding="@dimen/call_log_outer_margin" />
 
         <TextView android:id="@+id/badge_text"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:paddingStart="@dimen/call_log_start_margin"
-            android:textColor="@color/dialpad_primary_text_color"
+            android:textColor="@color/call_log_extras_text_color"
             android:layout_gravity="center_vertical"
             android:layout_weight="1" />
 
diff --git a/res/values/colors.xml b/res/values/colors.xml
index d5ec4dc..863bfe9 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -36,6 +36,7 @@
 
     <!-- Tint of the recent card phone icon -->
     <color name="recent_call_log_item_phone_icon_tint">#000000</color>
+    <color name="call_log_extras_text_color">#0277bd</color>
 
     <!--
          Colour of voicemail progress bar to the right of position indicator.