summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/values-land/integers.xml3
-rw-r--r--res/values-sw600dp-land/integers.xml3
-rw-r--r--res/values/integers.xml3
3 files changed, 9 insertions, 0 deletions
diff --git a/res/values-land/integers.xml b/res/values-land/integers.xml
index d247e463e..010a5b762 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 ff17b6d96..bcc008d94 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 6e312ae68..a6b43d79b 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>