mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 02:08:20 +00:00
58 lines
1.9 KiB
XML
58 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2016 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<profiles xmlns:launcher="http://schemas.android.com/apk/res-auto" >
|
|
|
|
<grid-option
|
|
launcher:name="normal"
|
|
launcher:numRows="5"
|
|
launcher:numColumns="5"
|
|
launcher:numFolderRows="4"
|
|
launcher:numFolderColumns="4"
|
|
launcher:numHotseatIcons="5"
|
|
launcher:defaultLayoutId="@xml/default_workspace_5x5" >
|
|
|
|
<display-option
|
|
launcher:name="Pixel"
|
|
launcher:minWidthDps="387"
|
|
launcher:minHeightDps="659"
|
|
launcher:iconImageSize="56"
|
|
launcher:iconTextSize="12.0"
|
|
launcher:canBeDefault="true" />
|
|
|
|
<display-option
|
|
launcher:name="Pixel 2 XL (Display size set to Largest)"
|
|
launcher:minWidthDps="296"
|
|
launcher:minHeightDps="568"
|
|
launcher:iconImageSize="54"
|
|
launcher:landscapeIconSize="48"
|
|
launcher:iconTextSize="12.0"
|
|
launcher:canBeDefault="true" />
|
|
|
|
<display-option
|
|
launcher:name="Pixel 2 XL"
|
|
launcher:minWidthDps="387"
|
|
launcher:minHeightDps="750"
|
|
launcher:iconImageSize="54"
|
|
launcher:landscapeIconSize="52"
|
|
launcher:iconTextSize="12.0"
|
|
launcher:canBeDefault="true" />
|
|
|
|
</grid-option>
|
|
|
|
</profiles>
|