Introduce new device profiles
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
|
||||
<resolve
|
||||
launcher:container="-101"
|
||||
launcher:screen="0"
|
||||
launcher:x="0"
|
||||
launcher:y="0" >
|
||||
<favorite launcher:uri="#Intent;action=android.intent.action.DIAL;end" />
|
||||
<favorite launcher:uri="tel:123" />
|
||||
<favorite launcher:uri="#Intent;action=android.intent.action.CALL_BUTTON;end" />
|
||||
</resolve>
|
||||
|
||||
<resolve
|
||||
launcher:container="-101"
|
||||
launcher:screen="1"
|
||||
launcher:x="1"
|
||||
launcher:y="0" >
|
||||
<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_MESSAGING;end" />
|
||||
<favorite launcher:uri="sms:" />
|
||||
<favorite launcher:uri="smsto:" />
|
||||
<favorite launcher:uri="mms:" />
|
||||
<favorite launcher:uri="mmsto:" />
|
||||
</resolve>
|
||||
|
||||
<resolve
|
||||
launcher:container="-101"
|
||||
launcher:screen="2"
|
||||
launcher:x="2"
|
||||
launcher:y="0" >
|
||||
<favorite
|
||||
launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_BROWSER;end" />
|
||||
<favorite launcher:uri="http://www.example.com/" />
|
||||
</resolve>
|
||||
|
||||
<resolve
|
||||
launcher:container="-101"
|
||||
launcher:screen="3"
|
||||
launcher:x="3"
|
||||
launcher:y="0" >
|
||||
<favorite launcher:uri="#Intent;action=android.media.action.STILL_IMAGE_CAMERA;end" />
|
||||
<favorite launcher:uri="#Intent;action=android.intent.action.CAMERA_BUTTON;end" />
|
||||
</resolve>
|
||||
|
||||
<!-- Bottom row -->
|
||||
<resolve
|
||||
launcher:screen="0"
|
||||
launcher:x="0"
|
||||
launcher:y="-1" >
|
||||
<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_MARKET;end" />
|
||||
<favorite launcher:uri="market://details?id=com.android.launcher" />
|
||||
</resolve>
|
||||
|
||||
<resolve
|
||||
launcher:screen="0"
|
||||
launcher:x="1"
|
||||
launcher:y="-1" >
|
||||
<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_EMAIL;end" />
|
||||
<favorite launcher:uri="mailto:" />
|
||||
|
||||
</resolve>
|
||||
|
||||
<resolve
|
||||
launcher:screen="0"
|
||||
launcher:x="2"
|
||||
launcher:y="-1" >
|
||||
<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_GALLERY;end" />
|
||||
<favorite launcher:uri="#Intent;type=images/*;end" />
|
||||
|
||||
</resolve>
|
||||
|
||||
<favorite
|
||||
launcher:className="com.google.android.youtube.app.honeycomb.Shell$HomeActivity"
|
||||
launcher:packageName="com.google.android.youtube"
|
||||
launcher:screen="0"
|
||||
launcher:x="3"
|
||||
launcher:y="-1" />
|
||||
</favorites>
|
||||
@@ -1,192 +1,319 @@
|
||||
<?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="crazy_big"
|
||||
launcher:numRows="2"
|
||||
launcher:numColumns="2"
|
||||
launcher:numAllAppsColumns="5"
|
||||
launcher:numFolderRows="2"
|
||||
launcher:numFolderColumns="2"
|
||||
launcher:numHotseatIcons="2"
|
||||
launcher:dbFile="launcher_2_by_2.db"
|
||||
launcher:defaultLayoutId="@xml/default_workspace_2x2" >
|
||||
|
||||
<display-option
|
||||
launcher:name="Pixel"
|
||||
launcher:minWidthDps="387"
|
||||
launcher:minHeightDps="659"
|
||||
launcher:allAppsIconSize="54"
|
||||
launcher:allAppsIconTextSize="13.0"
|
||||
launcher:iconImageSize="132"
|
||||
launcher:iconTextSize="20.0"
|
||||
launcher:landscapeIconSize="100" />
|
||||
|
||||
<display-option
|
||||
launcher:name="Pixel (Display : Small)"
|
||||
launcher:minWidthDps="296"
|
||||
launcher:minHeightDps="496"
|
||||
launcher:allAppsIconSize="54"
|
||||
launcher:allAppsIconTextSize="13.0"
|
||||
launcher:iconImageSize="120"
|
||||
launcher:iconTextSize="18.0"
|
||||
launcher:landscapeIconSize="120" />
|
||||
|
||||
<display-option
|
||||
launcher:name="Pixel (Display : Largest)"
|
||||
launcher:minWidthDps="449"
|
||||
launcher:minHeightDps="754"
|
||||
launcher:allAppsIconSize="54"
|
||||
launcher:allAppsIconTextSize="13.0"
|
||||
launcher:iconImageSize="156"
|
||||
launcher:iconTextSize="22.0"
|
||||
launcher:landscapeIconSize="120" />
|
||||
|
||||
</grid-option>
|
||||
<profiles xmlns:launcher="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<grid-option
|
||||
launcher:name="big"
|
||||
launcher:numRows="3"
|
||||
launcher:numColumns="3"
|
||||
launcher:numAllAppsColumns="5"
|
||||
launcher:numFolderRows="2"
|
||||
launcher:numFolderColumns="2"
|
||||
launcher:numHotseatIcons="3"
|
||||
launcher:dbFile="launcher_3_by_3.db"
|
||||
launcher:defaultLayoutId="@xml/default_workspace_3x3" >
|
||||
launcher:defaultLayoutId="@xml/default_workspace_3x3"
|
||||
launcher:deviceCategory="phone|tablet"
|
||||
launcher:name="big"
|
||||
launcher:numAllAppsColumns="4"
|
||||
launcher:numColumns="3"
|
||||
launcher:numExtendedAllAppsColumns="6"
|
||||
launcher:numFolderColumns="2"
|
||||
launcher:numFolderRows="2"
|
||||
launcher:numHotseatIcons="3"
|
||||
launcher:numRows="3">
|
||||
|
||||
<display-option
|
||||
launcher:name="Pixel"
|
||||
launcher:minWidthDps="387"
|
||||
launcher:minHeightDps="659"
|
||||
launcher:allAppsIconSize="54"
|
||||
launcher:allAppsIconTextSize="13.0"
|
||||
launcher:allAppsIconSize="60"
|
||||
launcher:allAppsIconTextSize="14"
|
||||
launcher:iconImageSize="76"
|
||||
launcher:iconTextSize="14.0"
|
||||
launcher:landscapeIconSize="76" />
|
||||
launcher:iconTextSize="14"
|
||||
launcher:landscapeIconSize="76"
|
||||
launcher:minHeightDps="659"
|
||||
launcher:minWidthDps="387"
|
||||
launcher:name="Pixel" />
|
||||
|
||||
<display-option
|
||||
launcher:name="Pixel (Display : Small)"
|
||||
launcher:minWidthDps="296"
|
||||
launcher:minHeightDps="496"
|
||||
launcher:allAppsIconSize="54"
|
||||
launcher:allAppsIconTextSize="13.0"
|
||||
launcher:allAppsIconSize="60"
|
||||
launcher:allAppsIconTextSize="14"
|
||||
launcher:iconImageSize="68"
|
||||
launcher:iconTextSize="12.0"
|
||||
launcher:landscapeIconSize="68" />
|
||||
|
||||
<display-option
|
||||
launcher:name="Pixel (Display : Largest)"
|
||||
launcher:minWidthDps="449"
|
||||
launcher:minHeightDps="754"
|
||||
launcher:allAppsIconSize="54"
|
||||
launcher:allAppsIconTextSize="13.0"
|
||||
launcher:iconImageSize="88"
|
||||
launcher:iconTextSize="16.0"
|
||||
launcher:landscapeIconSize="88" />
|
||||
|
||||
</grid-option>
|
||||
-->
|
||||
|
||||
<grid-option
|
||||
launcher:name="reasonable"
|
||||
launcher:numRows="4"
|
||||
launcher:numColumns="4"
|
||||
launcher:numAllAppsColumns="5"
|
||||
launcher:numFolderRows="3"
|
||||
launcher:numFolderColumns="4"
|
||||
launcher:numHotseatIcons="4"
|
||||
launcher:dbFile="launcher_4_by_4.db"
|
||||
launcher:defaultLayoutId="@xml/default_workspace_4x4" >
|
||||
|
||||
<display-option
|
||||
launcher:name="Pixel"
|
||||
launcher:minWidthDps="387"
|
||||
launcher:minHeightDps="659"
|
||||
launcher:allAppsIconSize="54"
|
||||
launcher:allAppsIconTextSize="13.0"
|
||||
launcher:iconImageSize="60"
|
||||
launcher:iconTextSize="12.0"
|
||||
launcher:landscapeIconSize="60" />
|
||||
|
||||
<display-option
|
||||
launcher:name="Pixel (Display : Small)"
|
||||
launcher:minWidthDps="296"
|
||||
launcher:iconTextSize="12"
|
||||
launcher:landscapeIconSize="68"
|
||||
launcher:minHeightDps="496"
|
||||
launcher:allAppsIconSize="54"
|
||||
launcher:allAppsIconTextSize="13.0"
|
||||
launcher:iconImageSize="52"
|
||||
launcher:iconTextSize="11.0"
|
||||
launcher:landscapeIconSize="52"
|
||||
launcher:canBeDefault="true" />
|
||||
launcher:minWidthDps="296"
|
||||
launcher:name="Pixel (Display : Small)" />
|
||||
|
||||
<display-option
|
||||
launcher:name="Pixel (Display : Largest)"
|
||||
launcher:minWidthDps="449"
|
||||
launcher:allAppsIconSize="60"
|
||||
launcher:allAppsIconTextSize="14"
|
||||
launcher:iconImageSize="88"
|
||||
launcher:iconTextSize="16"
|
||||
launcher:landscapeIconSize="88"
|
||||
launcher:minHeightDps="754"
|
||||
launcher:allAppsIconSize="54"
|
||||
launcher:allAppsIconTextSize="13.0"
|
||||
launcher:iconImageSize="72"
|
||||
launcher:iconTextSize="14.0"
|
||||
launcher:landscapeIconSize="72" />
|
||||
|
||||
launcher:minWidthDps="449"
|
||||
launcher:name="Pixel (Display : Largest)" />
|
||||
</grid-option>
|
||||
|
||||
<grid-option
|
||||
launcher:name="normal"
|
||||
launcher:numRows="5"
|
||||
launcher:numColumns="5"
|
||||
launcher:numAllAppsColumns="5"
|
||||
launcher:numFolderRows="4"
|
||||
launcher:dbFile="launcher_4_by_4.db"
|
||||
launcher:defaultLayoutId="@xml/default_workspace_4x4"
|
||||
launcher:deviceCategory="phone|tablet"
|
||||
launcher:name="reasonable"
|
||||
launcher:numAllAppsColumns="4"
|
||||
launcher:numColumns="4"
|
||||
launcher:numExtendedAllAppsColumns="6"
|
||||
launcher:numExtendedHotseatIcons="6"
|
||||
launcher:numFolderColumns="4"
|
||||
launcher:numHotseatIcons="5"
|
||||
launcher:dbFile="launcher.db"
|
||||
launcher:defaultLayoutId="@xml/default_workspace_5x5" >
|
||||
launcher:numFolderRows="3"
|
||||
launcher:numHotseatIcons="4"
|
||||
launcher:numRows="4">
|
||||
|
||||
<display-option
|
||||
launcher:name="Pixel"
|
||||
launcher:minWidthDps="387"
|
||||
launcher:allAppsCellSpacingDps="16"
|
||||
launcher:allAppsIconSize="54"
|
||||
launcher:allAppsIconTextSize="13"
|
||||
launcher:horizontalMargin="21.5"
|
||||
launcher:iconImageSize="60"
|
||||
launcher:iconTextSize="12"
|
||||
launcher:landscapeIconSize="60"
|
||||
launcher:minHeightDps="659"
|
||||
launcher:iconImageSize="56"
|
||||
launcher:iconTextSize="12.0"
|
||||
launcher:landscapeIconSize="54"
|
||||
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:iconTextSize="12.0"
|
||||
launcher:landscapeIconSize="48"
|
||||
launcher:canBeDefault="true" />
|
||||
|
||||
<display-option
|
||||
launcher:name="Pixel 2 XL"
|
||||
launcher:minWidthDps="387"
|
||||
launcher:minHeightDps="750"
|
||||
launcher:iconImageSize="54"
|
||||
launcher:iconTextSize="12.0"
|
||||
launcher:landscapeIconSize="52"
|
||||
launcher:canBeDefault="true" />
|
||||
launcher:name="Pixel" />
|
||||
|
||||
<display-option
|
||||
launcher:allAppsCellSpacingDps="16"
|
||||
launcher:allAppsIconSize="54"
|
||||
launcher:allAppsIconTextSize="13"
|
||||
launcher:canBeDefault="true"
|
||||
launcher:horizontalMargin="21.5"
|
||||
launcher:iconImageSize="52"
|
||||
launcher:iconTextSize="11"
|
||||
launcher:landscapeIconSize="52"
|
||||
launcher:minHeightDps="496"
|
||||
launcher:minWidthDps="296"
|
||||
launcher:name="Pixel (Display : Small)" />
|
||||
|
||||
<display-option
|
||||
launcher:allAppsCellSpacingDps="16"
|
||||
launcher:allAppsIconSize="54"
|
||||
launcher:allAppsIconTextSize="13"
|
||||
launcher:horizontalMargin="21.5"
|
||||
launcher:iconImageSize="72"
|
||||
launcher:iconTextSize="14"
|
||||
launcher:landscapeIconSize="72"
|
||||
launcher:minHeightDps="754"
|
||||
launcher:minWidthDps="449"
|
||||
launcher:name="Pixel (Display : Largest)" />
|
||||
</grid-option>
|
||||
|
||||
</profiles>
|
||||
<grid-option
|
||||
launcher:dbFile="launcher_4_by_5.db"
|
||||
launcher:defaultLayoutId="@xml/default_workspace_4x5"
|
||||
launcher:deviceCategory="phone|tablet"
|
||||
launcher:devicePaddingId="@xml/paddings_4x5"
|
||||
launcher:isScalable="true"
|
||||
launcher:name="practical"
|
||||
launcher:numAllAppsColumns="4"
|
||||
launcher:numColumns="4"
|
||||
launcher:numExtendedAllAppsColumns="6"
|
||||
launcher:numExtendedHotseatIcons="6"
|
||||
launcher:numFolderColumns="3"
|
||||
launcher:numFolderRows="3"
|
||||
launcher:numHotseatIcons="4"
|
||||
launcher:numRows="5">
|
||||
|
||||
<display-option
|
||||
launcher:allAppsCellSpacingDps="16"
|
||||
launcher:borderSpaceDps="16"
|
||||
launcher:canBeDefault="true"
|
||||
launcher:horizontalMargin="22"
|
||||
launcher:iconImageSize="66"
|
||||
launcher:iconTextSize="14"
|
||||
launcher:landscapeIconSize="54"
|
||||
launcher:minCellHeightDps="104"
|
||||
launcher:minCellWidthDps="80"
|
||||
launcher:minHeightDps="838"
|
||||
launcher:minWidthDps="367"
|
||||
launcher:name="Pixel 2021" />
|
||||
</grid-option>
|
||||
|
||||
<grid-option
|
||||
launcher:dbFile="launcher_4_by_4.db"
|
||||
launcher:defaultLayoutId="@xml/default_workspace_4x4"
|
||||
launcher:deviceCategory="multi_display"
|
||||
launcher:devicePaddingId="@xml/paddings_split_4x4"
|
||||
launcher:isScalable="true"
|
||||
launcher:name="reasonable"
|
||||
launcher:numAllAppsColumns="4"
|
||||
launcher:numColumns="4"
|
||||
launcher:numExtendedAllAppsColumns="6"
|
||||
launcher:numExtendedHotseatIcons="6"
|
||||
launcher:numFolderColumns="4"
|
||||
launcher:numFolderRows="3"
|
||||
launcher:numHotseatIcons="4"
|
||||
launcher:numRows="4">
|
||||
|
||||
<display-option
|
||||
launcher:allAppsCellSpacingDps="16"
|
||||
launcher:allAppsIconSize="60"
|
||||
launcher:allAppsIconTextSize="14"
|
||||
launcher:borderSpaceDps="16"
|
||||
launcher:canBeDefault="true"
|
||||
launcher:horizontalMargin="21.5"
|
||||
launcher:iconImageSize="60"
|
||||
launcher:iconTextSize="14"
|
||||
launcher:landscapeIconSize="52"
|
||||
launcher:minCellHeightDps="104"
|
||||
launcher:minCellWidthDps="80"
|
||||
launcher:minHeightDps="659.8095"
|
||||
launcher:minWidthDps="352"
|
||||
launcher:name="Pixel (Split Display)"
|
||||
launcher:twoPanelLandscapeBorderSpaceDps="20"
|
||||
launcher:twoPanelLandscapeHorizontalMargin="30.5"
|
||||
launcher:twoPanelLandscapeMinCellHeightDps="102"
|
||||
launcher:twoPanelLandscapeMinCellWidthDps="80"
|
||||
launcher:twoPanelPortraitBorderSpaceHorizontalDps="16"
|
||||
launcher:twoPanelPortraitBorderSpaceVerticalDps="20"
|
||||
launcher:twoPanelPortraitHorizontalMargin="22.5"
|
||||
launcher:twoPanelPortraitIconSize="52"
|
||||
launcher:twoPanelPortraitIconTextSize="12"
|
||||
launcher:twoPanelPortraitMinCellHeightDps="116"
|
||||
launcher:twoPanelPortraitMinCellWidthDps="68" />
|
||||
</grid-option>
|
||||
|
||||
<grid-option
|
||||
launcher:dbFile="launcher_4_by_5.db"
|
||||
launcher:defaultLayoutId="@xml/default_workspace_4x5"
|
||||
launcher:deviceCategory="multi_display"
|
||||
launcher:devicePaddingId="@xml/paddings_split_4x5"
|
||||
launcher:isScalable="true"
|
||||
launcher:name="practical"
|
||||
launcher:numAllAppsColumns="4"
|
||||
launcher:numColumns="4"
|
||||
launcher:numExtendedAllAppsColumns="6"
|
||||
launcher:numExtendedHotseatIcons="6"
|
||||
launcher:numFolderColumns="3"
|
||||
launcher:numFolderRows="3"
|
||||
launcher:numHotseatIcons="4"
|
||||
launcher:numRows="5">
|
||||
|
||||
<display-option
|
||||
launcher:allAppsCellSpacingDps="16"
|
||||
launcher:allAppsIconSize="60"
|
||||
launcher:allAppsIconTextSize="14"
|
||||
launcher:borderSpaceDps="16"
|
||||
launcher:horizontalMargin="37.5"
|
||||
launcher:iconImageSize="52"
|
||||
launcher:iconTextSize="12"
|
||||
launcher:minCellHeightDps="87"
|
||||
launcher:minCellWidthDps="72"
|
||||
launcher:minHeightDps="659.8095"
|
||||
launcher:minWidthDps="352"
|
||||
launcher:name="Pixel (Split Display)"
|
||||
launcher:twoPanelLandscapeHorizontalMargin="29"
|
||||
launcher:twoPanelLandscapeMinCellHeightDps="79"
|
||||
launcher:twoPanelLandscapeMinCellWidthDps="84"
|
||||
launcher:twoPanelPortraitHorizontalMargin="22"
|
||||
launcher:twoPanelPortraitMinCellHeightDps="89"
|
||||
launcher:twoPanelPortraitMinCellWidthDps="68" />
|
||||
</grid-option>
|
||||
|
||||
<grid-option
|
||||
launcher:dbFile="launcher.db"
|
||||
launcher:defaultLayoutId="@xml/default_workspace_5x5"
|
||||
launcher:deviceCategory="phone|tablet"
|
||||
launcher:name="normal"
|
||||
launcher:numAllAppsColumns="5"
|
||||
launcher:numColumns="5"
|
||||
launcher:numExtendedAllAppsColumns="7"
|
||||
launcher:numExtendedHotseatIcons="7"
|
||||
launcher:numFolderColumns="4"
|
||||
launcher:numFolderRows="4"
|
||||
launcher:numHotseatIcons="5"
|
||||
launcher:numRows="5">
|
||||
|
||||
<display-option
|
||||
launcher:canBeDefault="true"
|
||||
launcher:iconImageSize="56"
|
||||
launcher:iconTextSize="12"
|
||||
launcher:landscapeIconSize="54"
|
||||
launcher:minHeightDps="659"
|
||||
launcher:minWidthDps="387"
|
||||
launcher:name="Pixel" />
|
||||
|
||||
<display-option
|
||||
launcher:canBeDefault="true"
|
||||
launcher:iconImageSize="54"
|
||||
launcher:iconTextSize="12"
|
||||
launcher:landscapeIconSize="48"
|
||||
launcher:minHeightDps="568"
|
||||
launcher:minWidthDps="296"
|
||||
launcher:name="Pixel 2 XL (Display size set to Largest)" />
|
||||
|
||||
<display-option
|
||||
launcher:canBeDefault="true"
|
||||
launcher:iconImageSize="54"
|
||||
launcher:iconTextSize="12"
|
||||
launcher:landscapeIconSize="52"
|
||||
launcher:minHeightDps="750"
|
||||
launcher:minWidthDps="387"
|
||||
launcher:name="Pixel 2 XL" />
|
||||
</grid-option>
|
||||
|
||||
<grid-option
|
||||
launcher:dbFile="launcher.db"
|
||||
launcher:defaultLayoutId="@xml/default_workspace_5x5"
|
||||
launcher:deviceCategory="multi_display"
|
||||
launcher:devicePaddingId="@xml/paddings_split_5x5"
|
||||
launcher:isScalable="true"
|
||||
launcher:name="normal"
|
||||
launcher:numAllAppsColumns="4"
|
||||
launcher:numColumns="5"
|
||||
launcher:numExtendedAllAppsColumns="6"
|
||||
launcher:numExtendedHotseatIcons="6"
|
||||
launcher:numFolderColumns="4"
|
||||
launcher:numFolderRows="4"
|
||||
launcher:numHotseatIcons="5"
|
||||
launcher:numRows="5">
|
||||
|
||||
<display-option
|
||||
launcher:allAppsCellSpacingDps="16"
|
||||
launcher:allAppsIconSize="60"
|
||||
launcher:allAppsIconTextSize="14"
|
||||
launcher:borderSpaceHorizontalDps="12"
|
||||
launcher:borderSpaceVerticalDps="16"
|
||||
launcher:horizontalMargin="22"
|
||||
launcher:iconImageSize="48"
|
||||
launcher:iconTextSize="12"
|
||||
launcher:landscapeIconSize="52"
|
||||
launcher:minCellHeightDps="83"
|
||||
launcher:minCellWidthDps="64"
|
||||
launcher:minHeightDps="659.8095"
|
||||
launcher:minWidthDps="352"
|
||||
launcher:name="Pixel (Split Display)"
|
||||
launcher:twoPanelLandscapeBorderSpaceDps="16"
|
||||
launcher:twoPanelLandscapeHorizontalMargin="28"
|
||||
launcher:twoPanelPortraitBorderSpaceHorizontalDps="12"
|
||||
launcher:twoPanelPortraitBorderSpaceVerticalDps="16"
|
||||
launcher:twoPanelPortraitHorizontalMargin="16"
|
||||
launcher:twoPanelPortraitMinCellHeightDps="83"
|
||||
launcher:twoPanelPortraitMinCellWidthDps="56" />
|
||||
</grid-option>
|
||||
|
||||
<grid-option
|
||||
launcher:dbFile="launcher_6_by_5.db"
|
||||
launcher:defaultLayoutId="@xml/default_workspace_6x5"
|
||||
launcher:deviceCategory="0x2"
|
||||
launcher:name="normal"
|
||||
launcher:numAllAppsColumns="6"
|
||||
launcher:numColumns="6"
|
||||
launcher:numFolderColumns="3"
|
||||
launcher:numFolderRows="3"
|
||||
launcher:numHotseatIcons="6"
|
||||
launcher:numRows="5">
|
||||
<display-option
|
||||
launcher:allAppsCellSpacingDps="16"
|
||||
launcher:allAppsIconSize="60"
|
||||
launcher:allAppsIconTextSize="14"
|
||||
launcher:borderSpaceDps="16"
|
||||
launcher:canBeDefault="true"
|
||||
launcher:iconImageSize="60"
|
||||
launcher:iconTextSize="14"
|
||||
launcher:minCellHeightDps="104"
|
||||
launcher:minCellWidthDps="80"
|
||||
launcher:minHeightDps="820"
|
||||
launcher:minWidthDps="900"
|
||||
launcher:name="Pixel C" />
|
||||
</grid-option>
|
||||
</profiles>
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<device-paddings xmlns:launcher="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<device-padding launcher:maxEmptySpace="88dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="0"/>
|
||||
<workspaceBottomPadding launcher:a="0.52" launcher:b="0"/>
|
||||
<hotseatBottomPadding launcher:a="0.48" launcher:b="0"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="100dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="9dp"/>
|
||||
<workspaceBottomPadding launcher:a="0.4" launcher:b="0" launcher:c="9dp"/>
|
||||
<hotseatBottomPadding launcher:a="0.6" launcher:b="0" launcher:c="9dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="103dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="26dp"/>
|
||||
<workspaceBottomPadding launcher:a="0" launcher:b="20dp"/>
|
||||
<hotseatBottomPadding launcher:a="1" launcher:b="0" launcher:c="46dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="107dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="9dp"/>
|
||||
<workspaceBottomPadding launcher:a="0" launcher:b="34dp"/>
|
||||
<hotseatBottomPadding launcher:a="1" launcher:b="0" launcher:c="43dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="120dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="16dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:c="72dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="56dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="135dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="39dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:c="95dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="56dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="9999dp">
|
||||
<workspaceTopPadding launcher:a="0.4" launcher:c="36dp"/>
|
||||
<workspaceBottomPadding launcher:a="0.6" launcher:c="36dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="36dp"/>
|
||||
</device-padding>
|
||||
</device-paddings>
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<device-paddings xmlns:launcher="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<device-padding launcher:maxEmptySpace="2dp">
|
||||
<workspaceTopPadding launcher:a="1" launcher:b="0"/>
|
||||
<workspaceBottomPadding launcher:a="0" launcher:b="0"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="0"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="30dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="0"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:b="0" launcher:c="12dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="12dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="88dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="36dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:c="58dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="22dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="96dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="36dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:c="76dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="40dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="122dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="34dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:c="78dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="44dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="130dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="36dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:c="84dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="48dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="9999dp">
|
||||
<workspaceTopPadding launcher:a="0.4" launcher:c="36dp"/>
|
||||
<workspaceBottomPadding launcher:a="0.6" launcher:c="36dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="36dp"/>
|
||||
</device-padding>
|
||||
</device-paddings>
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<device-paddings xmlns:launcher="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<device-padding launcher:maxEmptySpace="14dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="0"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:b="0"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="0"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="47dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="16dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:b="0" launcher:c="32dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="16dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="70dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="24dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:b="0" launcher:c="54dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="30dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="102dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="24dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:b="0" launcher:c="68dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="44dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="106dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="60dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:c="76dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="16dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="137dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="60dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:c="100dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="40dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="9999dp">
|
||||
<workspaceTopPadding launcher:a="0.4" launcher:c="36dp"/>
|
||||
<workspaceBottomPadding launcher:a="0.6" launcher:c="36dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="36dp"/>
|
||||
</device-padding>
|
||||
</device-paddings>
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<device-paddings xmlns:launcher="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<device-padding launcher:maxEmptySpace="3dp">
|
||||
<workspaceTopPadding launcher:a="1" launcher:b="0"/>
|
||||
<workspaceBottomPadding launcher:a="0" launcher:b="0"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="0"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="30dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="8dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:c="24dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="16dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="100dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="48dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:c="84dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="36dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="132dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="48dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:c="92dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="44dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="138dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="84dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:c="108dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="24dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="170dp">
|
||||
<workspaceTopPadding launcher:a="0" launcher:b="84dp"/>
|
||||
<workspaceBottomPadding launcher:a="1" launcher:c="130dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="46dp"/>
|
||||
</device-padding>
|
||||
|
||||
<device-padding launcher:maxEmptySpace="9999dp">
|
||||
<workspaceTopPadding launcher:a="0.4" launcher:c="36dp"/>
|
||||
<workspaceBottomPadding launcher:a="0.6" launcher:c="36dp"/>
|
||||
<hotseatBottomPadding launcher:a="0" launcher:b="36dp"/>
|
||||
</device-padding>
|
||||
</device-paddings>
|
||||
Reference in New Issue
Block a user