Update number of columns in favorites

Notice that there are less columns in tablet-landscape
than in phone-landscape. This is because we plan on using
much more whitespace on tablet.

This will probably need to be updated again for 10 inch tablets
once I get UI direction for them.

Change-Id: Id474c6819d5604edbc3588a784988e9b8d65d343
diff --git a/res/values-land/integers.xml b/res/values-land/integers.xml
index d247e46..010a5b7 100644
--- a/res/values-land/integers.xml
+++ b/res/values-land/integers.xml
@@ -14,5 +14,8 @@
      limitations under the License.
 -->
 <resources>
+    <!--  Determines the number of columns in a ContactTileRow in the favorites tab -->
+    <integer name="contact_tile_column_count_in_favorites">5</integer>
+
     <integer name="contact_tile_column_count">4</integer>
 </resources>
diff --git a/res/values-sw600dp-land/integers.xml b/res/values-sw600dp-land/integers.xml
index ff17b6d..bcc008d 100644
--- a/res/values-sw600dp-land/integers.xml
+++ b/res/values-sw600dp-land/integers.xml
@@ -14,5 +14,8 @@
      limitations under the License.
 -->
 <resources>
+    <!--  Determines the number of columns in a ContactTileRow in the favorites tab -->
+    <integer name="contact_tile_column_count_in_favorites">4</integer>
+
     <integer name="contact_tile_column_count">3</integer>
 </resources>
diff --git a/res/values/integers.xml b/res/values/integers.xml
index 6e312ae..a6b43d7 100644
--- a/res/values/integers.xml
+++ b/res/values/integers.xml
@@ -15,6 +15,9 @@
 -->
 
 <resources>
+    <!--  Determines the number of columns in a ContactTileRow in the favorites tab -->
+    <integer name="contact_tile_column_count_in_favorites">3</integer>
+
     <!-- Determines the number of columns in a ContactTileRow -->
     <integer name="contact_tile_column_count">2</integer>
 </resources>