Pixel Perfect Favorites in Phone.

-Changed drawable for secondary touch target
-Adjusted secondary touch target selectable area
-Changed secondary touch target divider
-Changed "Frequently Called" header
-Added horizontal dividers
-Added vertical dividers
-Adjusted frequent secondary font color
-Aligned frequent phone number

Bug: 5062127
Change-Id: Iaa48bdfe837fddf10e1131ecfab4885d67409015
diff --git a/res/values/colors.xml b/res/values/colors.xml
index a9d745f..5d8643c 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -101,4 +101,8 @@
 
     <!-- Color of the text for buttons in the action bar  -->
     <color name="action_bar_button_text_color">#FFFFFF</color>
+
+    <!-- Color of the vertical and horizontal dividers for starred contacts in the Phone app -->
+    <color name="phone_contact_tile_divider_color">#D8000000</color>
+
 </resources>