summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2018-07-31 11:14:46 -0700
committerJon Miranda <jonmiranda@google.com>2018-07-31 11:15:01 -0700
commit5eacbb7fc11d9e58c8674e9fcb8c991b93a8167c (patch)
tree0a17d46265d6e39f943a62e9f8cf301e9ed4faf7 /res/xml
parentfc254baf881f50abf9bcdf78a30fc175762385d4 (diff)
downloadandroid_packages_apps_Trebuchet-5eacbb7fc11d9e58c8674e9fcb8c991b93a8167c.tar.gz
android_packages_apps_Trebuchet-5eacbb7fc11d9e58c8674e9fcb8c991b93a8167c.tar.bz2
android_packages_apps_Trebuchet-5eacbb7fc11d9e58c8674e9fcb8c991b93a8167c.zip
Update launcher grid for tablet devices.
* Number of hotseat icons matches number of workspace columns. * Evenly space out the workspace icons. Bug: 111617973 Change-Id: Ia80e6354c8d449f2a397db5fd432cebc9f23027f
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/device_profiles.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/xml/device_profiles.xml b/res/xml/device_profiles.xml
index a34f22515..ef6e14506 100644
--- a/res/xml/device_profiles.xml
+++ b/res/xml/device_profiles.xml
@@ -133,13 +133,13 @@
launcher:name="Nexus 7"
launcher:minWidthDps="575"
launcher:minHeightDps="904"
- launcher:numRows="5"
+ launcher:numRows="6"
launcher:numColumns="6"
launcher:numFolderRows="4"
launcher:numFolderColumns="5"
launcher:iconSize="64"
launcher:iconTextSize="14.4"
- launcher:numHotseatIcons="7"
+ launcher:numHotseatIcons="6"
launcher:defaultLayoutId="@xml/default_workspace_5x6"
/>
@@ -147,8 +147,8 @@
launcher:name="Nexus 10"
launcher:minWidthDps="727"
launcher:minHeightDps="1207"
- launcher:numRows="5"
- launcher:numColumns="6"
+ launcher:numRows="6"
+ launcher:numColumns="7"
launcher:numFolderRows="4"
launcher:numFolderColumns="5"
launcher:iconSize="76"