blob: 5ee291b08ec92782193b83c3a26bf7b42068dfbb [file] [log] [blame]
Sunny Goyal819e1932016-07-07 16:43:58 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2016 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
Sunny Goyal3cf2d502017-11-07 15:40:42 -080018<profiles xmlns:launcher="http://schemas.android.com/apk/res-auto" >
Sunny Goyal819e1932016-07-07 16:43:58 -070019
Sunny Goyal415f1732018-11-29 10:33:47 -080020 <grid-option
21 launcher:name="3_by_3"
22 launcher:numRows="3"
Sunny Goyal819e1932016-07-07 16:43:58 -070023 launcher:numColumns="3"
24 launcher:numFolderRows="2"
25 launcher:numFolderColumns="3"
Sunny Goyal819e1932016-07-07 16:43:58 -070026 launcher:numHotseatIcons="3"
Tracy Zhou7df93d22020-01-27 13:44:06 -080027 launcher:dbFile="launcher_3_by_3.db"
Alex Chauab26c622021-12-10 18:54:49 +000028 launcher:defaultLayoutId="@xml/default_workspace_3x3"
29 launcher:deviceCategory="phone|multi_display" >
Sunny Goyal819e1932016-07-07 16:43:58 -070030
Sunny Goyal415f1732018-11-29 10:33:47 -080031 <display-option
32 launcher:name="Super Short Stubby"
33 launcher:minWidthDps="255"
34 launcher:minHeightDps="300"
Ryan Mitchell01b8b682019-03-28 17:01:07 -070035 launcher:iconImageSize="48"
Sunny Goyal415f1732018-11-29 10:33:47 -080036 launcher:iconTextSize="13.0"
Brandon Dayauon07ca8842022-04-27 10:52:28 -070037 launcher:allAppsBorderSpace="16"
38 launcher:allAppsCellHeight="104"
Sunny Goyal415f1732018-11-29 10:33:47 -080039 launcher:canBeDefault="true" />
Sunny Goyal819e1932016-07-07 16:43:58 -070040
Sunny Goyal415f1732018-11-29 10:33:47 -080041 <display-option
42 launcher:name="Shorter Stubby"
43 launcher:minWidthDps="255"
44 launcher:minHeightDps="400"
Ryan Mitchell01b8b682019-03-28 17:01:07 -070045 launcher:iconImageSize="48"
Sunny Goyal415f1732018-11-29 10:33:47 -080046 launcher:iconTextSize="13.0"
Brandon Dayauon07ca8842022-04-27 10:52:28 -070047 launcher:allAppsBorderSpace="16"
48 launcher:allAppsCellHeight="104"
Sunny Goyal415f1732018-11-29 10:33:47 -080049 launcher:canBeDefault="true" />
50
51 </grid-option>
52
53 <grid-option
54 launcher:name="4_by_4"
55 launcher:numRows="4"
Sunny Goyal819e1932016-07-07 16:43:58 -070056 launcher:numColumns="4"
57 launcher:numFolderRows="3"
58 launcher:numFolderColumns="4"
Sunny Goyal415f1732018-11-29 10:33:47 -080059 launcher:numHotseatIcons="4"
Tracy Zhou7df93d22020-01-27 13:44:06 -080060 launcher:dbFile="launcher_4_by_4.db"
Alex Chauab26c622021-12-10 18:54:49 +000061 launcher:defaultLayoutId="@xml/default_workspace_4x4"
62 launcher:deviceCategory="phone|multi_display" >
Sunny Goyal819e1932016-07-07 16:43:58 -070063
Sunny Goyal415f1732018-11-29 10:33:47 -080064 <display-option
65 launcher:name="Short Stubby"
66 launcher:minWidthDps="275"
67 launcher:minHeightDps="420"
Ryan Mitchell01b8b682019-03-28 17:01:07 -070068 launcher:iconImageSize="48"
Sunny Goyal415f1732018-11-29 10:33:47 -080069 launcher:iconTextSize="13.0"
Brandon Dayauon07ca8842022-04-27 10:52:28 -070070 launcher:allAppsBorderSpace="16"
71 launcher:allAppsCellHeight="104"
Sunny Goyal415f1732018-11-29 10:33:47 -080072 launcher:canBeDefault="true" />
Sunny Goyal819e1932016-07-07 16:43:58 -070073
Sunny Goyal415f1732018-11-29 10:33:47 -080074 <display-option
75 launcher:name="Stubby"
76 launcher:minWidthDps="255"
77 launcher:minHeightDps="450"
Ryan Mitchell01b8b682019-03-28 17:01:07 -070078 launcher:iconImageSize="48"
Sunny Goyal415f1732018-11-29 10:33:47 -080079 launcher:iconTextSize="13.0"
Brandon Dayauon07ca8842022-04-27 10:52:28 -070080 launcher:allAppsBorderSpace="16"
81 launcher:allAppsCellHeight="104"
Sunny Goyal415f1732018-11-29 10:33:47 -080082 launcher:canBeDefault="true" />
Sunny Goyal819e1932016-07-07 16:43:58 -070083
Sunny Goyal415f1732018-11-29 10:33:47 -080084 <display-option
85 launcher:name="Nexus S"
86 launcher:minWidthDps="296"
87 launcher:minHeightDps="491.33"
Ryan Mitchell01b8b682019-03-28 17:01:07 -070088 launcher:iconImageSize="48"
Sunny Goyal415f1732018-11-29 10:33:47 -080089 launcher:iconTextSize="13.0"
Brandon Dayauon07ca8842022-04-27 10:52:28 -070090 launcher:allAppsBorderSpace="16"
91 launcher:allAppsCellHeight="104"
Sunny Goyal415f1732018-11-29 10:33:47 -080092 launcher:canBeDefault="true" />
Sunny Goyal819e1932016-07-07 16:43:58 -070093
Sunny Goyal415f1732018-11-29 10:33:47 -080094 <display-option
95 launcher:name="Nexus 4"
96 launcher:minWidthDps="359"
97 launcher:minHeightDps="567"
Ryan Mitchell01b8b682019-03-28 17:01:07 -070098 launcher:iconImageSize="54"
Sunny Goyal415f1732018-11-29 10:33:47 -080099 launcher:iconTextSize="13.0"
Brandon Dayauon07ca8842022-04-27 10:52:28 -0700100 launcher:allAppsBorderSpace="16"
101 launcher:allAppsCellHeight="104"
Sunny Goyal415f1732018-11-29 10:33:47 -0800102 launcher:canBeDefault="true" />
Sunny Goyal819e1932016-07-07 16:43:58 -0700103
Sunny Goyal415f1732018-11-29 10:33:47 -0800104 <display-option
105 launcher:name="Nexus 5"
106 launcher:minWidthDps="335"
107 launcher:minHeightDps="567"
Ryan Mitchell01b8b682019-03-28 17:01:07 -0700108 launcher:iconImageSize="54"
Sunny Goyal415f1732018-11-29 10:33:47 -0800109 launcher:iconTextSize="13.0"
Brandon Dayauon07ca8842022-04-27 10:52:28 -0700110 launcher:allAppsBorderSpace="16"
111 launcher:allAppsCellHeight="104"
Sunny Goyal415f1732018-11-29 10:33:47 -0800112 launcher:canBeDefault="true" />
113
114 </grid-option>
115
116 <grid-option
117 launcher:name="5_by_5"
Sunny Goyal819e1932016-07-07 16:43:58 -0700118 launcher:numRows="5"
119 launcher:numColumns="5"
120 launcher:numFolderRows="4"
121 launcher:numFolderColumns="4"
Sunny Goyal819e1932016-07-07 16:43:58 -0700122 launcher:numHotseatIcons="5"
Tracy Zhou7df93d22020-01-27 13:44:06 -0800123 launcher:dbFile="launcher.db"
Alex Chauab26c622021-12-10 18:54:49 +0000124 launcher:defaultLayoutId="@xml/default_workspace_5x5"
125 launcher:deviceCategory="phone|multi_display" >
Sunny Goyal819e1932016-07-07 16:43:58 -0700126
Sunny Goyal415f1732018-11-29 10:33:47 -0800127 <display-option
128 launcher:name="Large Phone"
129 launcher:minWidthDps="406"
130 launcher:minHeightDps="694"
Ryan Mitchell01b8b682019-03-28 17:01:07 -0700131 launcher:iconImageSize="56"
Sunny Goyal415f1732018-11-29 10:33:47 -0800132 launcher:iconTextSize="14.4"
Brandon Dayauon07ca8842022-04-27 10:52:28 -0700133 launcher:allAppsBorderSpace="16"
134 launcher:allAppsCellHeight="104"
Sunny Goyal415f1732018-11-29 10:33:47 -0800135 launcher:canBeDefault="true" />
Sunny Goyal819e1932016-07-07 16:43:58 -0700136
Sunny Goyal415f1732018-11-29 10:33:47 -0800137 <display-option
Jon Mirandaf70265f2021-06-29 09:59:02 -0700138 launcher:name="Large Phone Split Display"
139 launcher:minWidthDps="406"
140 launcher:minHeightDps="694"
141 launcher:iconImageSize="56"
142 launcher:iconTextSize="14.4"
Brandon Dayauon07ca8842022-04-27 10:52:28 -0700143 launcher:allAppsBorderSpace="16"
144 launcher:allAppsCellHeight="104"
Thales Lima1de4d552021-10-13 16:13:25 +0100145 launcher:canBeDefault="true" />
Jon Mirandaf70265f2021-06-29 09:59:02 -0700146
147 <display-option
Sunny Goyal415f1732018-11-29 10:33:47 -0800148 launcher:name="Shorter Stubby"
149 launcher:minWidthDps="255"
150 launcher:minHeightDps="400"
Ryan Mitchell01b8b682019-03-28 17:01:07 -0700151 launcher:iconImageSize="48"
Sunny Goyal415f1732018-11-29 10:33:47 -0800152 launcher:iconTextSize="13.0"
Brandon Dayauon07ca8842022-04-27 10:52:28 -0700153 launcher:allAppsBorderSpace="16"
154 launcher:allAppsCellHeight="104"
Sunny Goyal415f1732018-11-29 10:33:47 -0800155 launcher:canBeDefault="true" />
Sunny Goyal819e1932016-07-07 16:43:58 -0700156
Sunny Goyal415f1732018-11-29 10:33:47 -0800157 </grid-option>
Sunny Goyal819e1932016-07-07 16:43:58 -0700158
Alex Chau1c883d82021-12-01 18:43:10 +0000159 <grid-option
160 launcher:name="6_by_5"
161 launcher:numRows="5"
162 launcher:numColumns="6"
Alex Chau9fee3fd2021-12-01 18:43:10 +0000163 launcher:numSearchContainerColumns="3"
Alex Chau1c883d82021-12-01 18:43:10 +0000164 launcher:numFolderRows="3"
165 launcher:numFolderColumns="3"
166 launcher:numHotseatIcons="6"
Thales Lima425f6822022-05-10 13:44:58 -0300167 launcher:hotseatColumnSpanLandscape="4"
Alex Chau1c883d82021-12-01 18:43:10 +0000168 launcher:numAllAppsColumns="6"
Thales Lima26aa8c22022-04-12 16:18:36 +0100169 launcher:isScalable="true"
170 launcher:devicePaddingId="@xml/paddings_6x5"
Alex Chau1c883d82021-12-01 18:43:10 +0000171 launcher:dbFile="launcher_6_by_5.db"
172 launcher:defaultLayoutId="@xml/default_workspace_6x5"
Thales Lima4ea95b72022-04-08 10:49:12 +0000173 launcher:deviceCategory="tablet" >
Alex Chau1c883d82021-12-01 18:43:10 +0000174
175 <display-option
176 launcher:name="Tablet"
177 launcher:minWidthDps="900"
178 launcher:minHeightDps="820"
Thales Lima26aa8c22022-04-12 16:18:36 +0100179 launcher:minCellHeight="120"
180 launcher:minCellWidth="102"
181 launcher:minCellHeightLandscape="104"
182 launcher:minCellWidthLandscape="120"
Alex Chau1c883d82021-12-01 18:43:10 +0000183 launcher:iconImageSize="60"
184 launcher:iconTextSize="14"
Thales Lima26aa8c22022-04-12 16:18:36 +0100185 launcher:borderSpaceHorizontal="16"
186 launcher:borderSpaceVertical="64"
187 launcher:borderSpaceLandscapeHorizontal="64"
188 launcher:borderSpaceLandscapeVertical="16"
189 launcher:horizontalMargin="54"
190 launcher:horizontalMarginLandscape="120"
191 launcher:allAppsCellWidth="96"
192 launcher:allAppsCellHeight="142"
193 launcher:allAppsCellWidthLandscape="126"
194 launcher:allAppsCellHeightLandscape="126"
Alex Chau1c883d82021-12-01 18:43:10 +0000195 launcher:allAppsIconSize="60"
196 launcher:allAppsIconTextSize="14"
Thales Lima26aa8c22022-04-12 16:18:36 +0100197 launcher:allAppsBorderSpaceHorizontal="8"
198 launcher:allAppsBorderSpaceVertical="16"
199 launcher:allAppsBorderSpaceLandscape="16"
200 launcher:hotseatBorderSpace="58"
201 launcher:hotseatBorderSpaceLandscape="50.4"
Thales Limab8c05952022-05-23 16:58:38 +0100202 launcher:hotseatBarBottomSpace="76"
203 launcher:hotseatBarBottomSpaceLandscape="40"
Alex Chau1c883d82021-12-01 18:43:10 +0000204 launcher:canBeDefault="true" />
205
206 </grid-option>
207
Sunny Goyal819e1932016-07-07 16:43:58 -0700208</profiles>