summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp-land
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-06-04 15:55:09 -0700
committerBrian Attwell <brianattwell@google.com>2014-06-11 14:35:31 -0700
commit37504514f0b245eee0353366aae5dd893422b8c2 (patch)
tree636c5b519d29e57a64946e4497119e00eca400bc /res/values-sw600dp-land
parent2c1bfd01bcd8f00723110c6964b399b96405a12e (diff)
downloadpackages_apps_Contacts-37504514f0b245eee0353366aae5dd893422b8c2.tar.gz
packages_apps_Contacts-37504514f0b245eee0353366aae5dd893422b8c2.tar.bz2
packages_apps_Contacts-37504514f0b245eee0353366aae5dd893422b8c2.zip
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
Diffstat (limited to 'res/values-sw600dp-land')
-rw-r--r--res/values-sw600dp-land/integers.xml3
1 files changed, 3 insertions, 0 deletions
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>