Thales Lima | 1de4d55 | 2021-10-13 16:13:25 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2021 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 | |
| 18 | <profiles xmlns:launcher="http://schemas.android.com/apk/res-auto" > |
| 19 | |
| 20 | <grid-option |
| 21 | launcher:name="3_by_3" |
| 22 | launcher:numRows="3" |
| 23 | launcher:numColumns="3" |
| 24 | launcher:numFolderRows="2" |
| 25 | launcher:numFolderColumns="3" |
| 26 | launcher:numHotseatIcons="3" |
| 27 | launcher:dbFile="launcher_3_by_3.db" |
| 28 | launcher:defaultLayoutId="@xml/default_workspace_3x3" > |
| 29 | |
| 30 | <display-option |
| 31 | launcher:name="Super Short Stubby" |
| 32 | launcher:minWidthDps="255" |
| 33 | launcher:minHeightDps="300" |
| 34 | launcher:iconImageSize="48" |
| 35 | launcher:iconTextSize="13.0" |
| 36 | launcher:canBeDefault="true" /> |
| 37 | |
| 38 | <display-option |
| 39 | launcher:name="Shorter Stubby" |
| 40 | launcher:minWidthDps="255" |
| 41 | launcher:minHeightDps="400" |
| 42 | launcher:iconImageSize="48" |
| 43 | 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" |
| 51 | launcher:numColumns="4" |
| 52 | launcher:numFolderRows="3" |
| 53 | launcher:numFolderColumns="4" |
| 54 | launcher:numHotseatIcons="4" |
| 55 | launcher:dbFile="launcher_4_by_4.db" |
| 56 | launcher:defaultLayoutId="@xml/default_workspace_4x4" > |
| 57 | |
| 58 | <display-option |
| 59 | launcher:name="Short Stubby" |
| 60 | launcher:minWidthDps="275" |
| 61 | launcher:minHeightDps="420" |
| 62 | launcher:iconImageSize="48" |
| 63 | launcher:iconTextSize="13.0" |
| 64 | launcher:canBeDefault="true" /> |
| 65 | |
| 66 | <display-option |
| 67 | launcher:name="Stubby" |
| 68 | launcher:minWidthDps="255" |
| 69 | launcher:minHeightDps="450" |
| 70 | launcher:iconImageSize="48" |
| 71 | launcher:iconTextSize="13.0" |
| 72 | launcher:canBeDefault="true" /> |
| 73 | |
| 74 | <display-option |
| 75 | launcher:name="Nexus S" |
| 76 | launcher:minWidthDps="296" |
| 77 | launcher:minHeightDps="491.33" |
| 78 | launcher:iconImageSize="48" |
| 79 | launcher:iconTextSize="13.0" |
| 80 | launcher:canBeDefault="true" /> |
| 81 | |
| 82 | <display-option |
| 83 | launcher:name="Nexus 4" |
| 84 | launcher:minWidthDps="359" |
| 85 | launcher:minHeightDps="567" |
| 86 | launcher:iconImageSize="54" |
| 87 | launcher:iconTextSize="13.0" |
| 88 | launcher:canBeDefault="true" /> |
| 89 | |
| 90 | <display-option |
| 91 | launcher:name="Nexus 5" |
| 92 | launcher:minWidthDps="335" |
| 93 | launcher:minHeightDps="567" |
| 94 | launcher:iconImageSize="54" |
| 95 | launcher:iconTextSize="13.0" |
| 96 | launcher:canBeDefault="true" /> |
| 97 | |
| 98 | </grid-option> |
| 99 | |
| 100 | <grid-option |
| 101 | launcher:name="5_by_5" |
| 102 | launcher:numRows="5" |
| 103 | launcher:numColumns="5" |
| 104 | launcher:numFolderRows="4" |
| 105 | launcher:numFolderColumns="4" |
| 106 | launcher:numHotseatIcons="5" |
| 107 | launcher:numExtendedHotseatIcons="8" |
| 108 | launcher:dbFile="launcher.db" |
| 109 | launcher:defaultLayoutId="@xml/default_workspace_5x5" > |
| 110 | |
| 111 | <display-option |
| 112 | launcher:name="Large Phone" |
| 113 | launcher:minWidthDps="406" |
| 114 | launcher:minHeightDps="694" |
| 115 | launcher:iconImageSize="56" |
| 116 | launcher:iconTextSize="14.4" |
| 117 | launcher:canBeDefault="true" /> |
| 118 | |
| 119 | <display-option |
| 120 | launcher:name="Large Phone Split Display" |
| 121 | launcher:minWidthDps="406" |
| 122 | launcher:minHeightDps="694" |
| 123 | launcher:iconImageSize="56" |
| 124 | launcher:iconTextSize="14.4" |
| 125 | launcher:canBeDefault="true" /> |
| 126 | |
| 127 | <display-option |
| 128 | launcher:name="Shorter Stubby" |
| 129 | launcher:minWidthDps="255" |
| 130 | launcher:minHeightDps="400" |
| 131 | launcher:iconImageSize="48" |
| 132 | launcher:iconTextSize="13.0" |
| 133 | launcher:canBeDefault="true" /> |
| 134 | |
| 135 | </grid-option> |
| 136 | |
| 137 | </profiles> |