blob: 1c99dfcfa74e63ee97cfce893688265af7897608 [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"
Sunny Goyal415f1732018-11-29 10:33:47 -080028 launcher:defaultLayoutId="@xml/default_workspace_3x3" >
Sunny Goyal819e1932016-07-07 16:43:58 -070029
Sunny Goyal415f1732018-11-29 10:33:47 -080030 <display-option
31 launcher:name="Super Short Stubby"
32 launcher:minWidthDps="255"
33 launcher:minHeightDps="300"
Ryan Mitchell01b8b682019-03-28 17:01:07 -070034 launcher:iconImageSize="48"
Sunny Goyal415f1732018-11-29 10:33:47 -080035 launcher:iconTextSize="13.0"
36 launcher:canBeDefault="true" />
Sunny Goyal819e1932016-07-07 16:43:58 -070037
Sunny Goyal415f1732018-11-29 10:33:47 -080038 <display-option
39 launcher:name="Shorter Stubby"
40 launcher:minWidthDps="255"
41 launcher:minHeightDps="400"
Ryan Mitchell01b8b682019-03-28 17:01:07 -070042 launcher:iconImageSize="48"
Sunny Goyal415f1732018-11-29 10:33:47 -080043 launcher:iconTextSize="13.0"
44 launcher:canBeDefault="true" />
45
46 </grid-option>
47
48 <grid-option
49 launcher:name="4_by_4"
50 launcher:numRows="4"
Sunny Goyal819e1932016-07-07 16:43:58 -070051 launcher:numColumns="4"
52 launcher:numFolderRows="3"
53 launcher:numFolderColumns="4"
Sunny Goyal415f1732018-11-29 10:33:47 -080054 launcher:numHotseatIcons="4"
Tracy Zhou7df93d22020-01-27 13:44:06 -080055 launcher:dbFile="launcher_4_by_4.db"
Sunny Goyal415f1732018-11-29 10:33:47 -080056 launcher:defaultLayoutId="@xml/default_workspace_4x4" >
Sunny Goyal819e1932016-07-07 16:43:58 -070057
Sunny Goyal415f1732018-11-29 10:33:47 -080058 <display-option
59 launcher:name="Short Stubby"
60 launcher:minWidthDps="275"
61 launcher:minHeightDps="420"
Ryan Mitchell01b8b682019-03-28 17:01:07 -070062 launcher:iconImageSize="48"
Sunny Goyal415f1732018-11-29 10:33:47 -080063 launcher:iconTextSize="13.0"
64 launcher:canBeDefault="true" />
Sunny Goyal819e1932016-07-07 16:43:58 -070065
Sunny Goyal415f1732018-11-29 10:33:47 -080066 <display-option
67 launcher:name="Stubby"
68 launcher:minWidthDps="255"
69 launcher:minHeightDps="450"
Ryan Mitchell01b8b682019-03-28 17:01:07 -070070 launcher:iconImageSize="48"
Sunny Goyal415f1732018-11-29 10:33:47 -080071 launcher:iconTextSize="13.0"
72 launcher:canBeDefault="true" />
Sunny Goyal819e1932016-07-07 16:43:58 -070073
Sunny Goyal415f1732018-11-29 10:33:47 -080074 <display-option
75 launcher:name="Nexus S"
76 launcher:minWidthDps="296"
77 launcher:minHeightDps="491.33"
Ryan Mitchell01b8b682019-03-28 17:01:07 -070078 launcher:iconImageSize="48"
Sunny Goyal415f1732018-11-29 10:33:47 -080079 launcher:iconTextSize="13.0"
80 launcher:canBeDefault="true" />
Sunny Goyal819e1932016-07-07 16:43:58 -070081
Sunny Goyal415f1732018-11-29 10:33:47 -080082 <display-option
83 launcher:name="Nexus 4"
84 launcher:minWidthDps="359"
85 launcher:minHeightDps="567"
Ryan Mitchell01b8b682019-03-28 17:01:07 -070086 launcher:iconImageSize="54"
Sunny Goyal415f1732018-11-29 10:33:47 -080087 launcher:iconTextSize="13.0"
88 launcher:canBeDefault="true" />
Sunny Goyal819e1932016-07-07 16:43:58 -070089
Sunny Goyal415f1732018-11-29 10:33:47 -080090 <display-option
91 launcher:name="Nexus 5"
92 launcher:minWidthDps="335"
93 launcher:minHeightDps="567"
Ryan Mitchell01b8b682019-03-28 17:01:07 -070094 launcher:iconImageSize="54"
Sunny Goyal415f1732018-11-29 10:33:47 -080095 launcher:iconTextSize="13.0"
96 launcher:canBeDefault="true" />
97
98 </grid-option>
99
100 <grid-option
101 launcher:name="5_by_5"
Sunny Goyal819e1932016-07-07 16:43:58 -0700102 launcher:numRows="5"
103 launcher:numColumns="5"
104 launcher:numFolderRows="4"
105 launcher:numFolderColumns="4"
Sunny Goyal819e1932016-07-07 16:43:58 -0700106 launcher:numHotseatIcons="5"
Tracy Zhou7df93d22020-01-27 13:44:06 -0800107 launcher:dbFile="launcher.db"
Sunny Goyal415f1732018-11-29 10:33:47 -0800108 launcher:defaultLayoutId="@xml/default_workspace_5x5" >
Sunny Goyal819e1932016-07-07 16:43:58 -0700109
Sunny Goyal415f1732018-11-29 10:33:47 -0800110 <display-option
111 launcher:name="Large Phone"
112 launcher:minWidthDps="406"
113 launcher:minHeightDps="694"
Ryan Mitchell01b8b682019-03-28 17:01:07 -0700114 launcher:iconImageSize="56"
Sunny Goyal415f1732018-11-29 10:33:47 -0800115 launcher:iconTextSize="14.4"
116 launcher:canBeDefault="true" />
Sunny Goyal819e1932016-07-07 16:43:58 -0700117
Sunny Goyal415f1732018-11-29 10:33:47 -0800118 <display-option
119 launcher:name="Shorter Stubby"
120 launcher:minWidthDps="255"
121 launcher:minHeightDps="400"
Ryan Mitchell01b8b682019-03-28 17:01:07 -0700122 launcher:iconImageSize="48"
Sunny Goyal415f1732018-11-29 10:33:47 -0800123 launcher:iconTextSize="13.0"
124 launcher:canBeDefault="true" />
Sunny Goyal819e1932016-07-07 16:43:58 -0700125
Sunny Goyal415f1732018-11-29 10:33:47 -0800126 </grid-option>
Sunny Goyal819e1932016-07-07 16:43:58 -0700127
128</profiles>