Change lists' landscape layout on 7" screens.

The favorites and all fragments now have similar
layout/margins to the new contact activity.

Change-Id: Ide74ac16057e335d75495bdd355e360a0859d580
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 76de472..a04e9cd 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -52,7 +52,12 @@
 
     <color name="call_arrow_green">#2aad6f</color>
     <color name="call_arrow_red">#ff2e58</color>
-
     <!-- Color of ripples use by Theme.Material. Taken from res/values/colors_material.xml -->
     <color name="ripple_material_dark">#20ffffff</color>
+
+    <color name="contact_all_list_background_color">#FFFFFF</color>
+    <color name="contact_favorites_list_background_color">#FFFFFF</color>
+
+    <!-- Background color of pinned header items. -->
+    <color name="list_item_pinned_header_color">#f5f5f5</color>
 </resources>