Loading res/xml/default_workspace_4x6_tablet.xml 0 → 100644 +72 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2009 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. --> <favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3"> <!-- Hotseat (We use the screen as the position of the item in the hotseat) --> <!-- Dialer, Messaging, Browser, Camera --> <favorite launcher:container="-101" launcher:screen="0" launcher:x="0" launcher:y="0" launcher:className="foundation.e.apps.MainActivity" launcher:packageName="foundation.e.apps" /> <favorite launcher:container="-101" launcher:screen="1" launcher:x="1" launcher:y="0" launcher:className="com.fsck.k9.activity.MessageList" launcher:packageName="foundation.e.mail" /> <favorite launcher:container="-101" launcher:screen="2" launcher:x="2" launcher:y="0" launcher:className="com.android.gallery3d.app.GalleryActivity" launcher:packageName="com.android.gallery3d" /> <!-- TODO: Ideally Calendar goes here. Current tablet build does not have calendar --> <favorite launcher:container="-101" launcher:screen="3" launcher:x="3" launcher:y="0" launcher:className="it.niedermann.owncloud.notes.main.MainActivity" launcher:packageName="foundation.e.notes" /> <resolve launcher:container="-101" launcher:screen="4" launcher:x="4" launcher:y="0" > <favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_BROWSER;end" /> <favorite launcher:uri="https://murena.com/" /> </resolve> <resolve launcher:container="-101" launcher:screen="5" launcher:x="5" 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> </favorites> res/xml/device_profiles.xml +3 −2 Original line number Diff line number Diff line Loading @@ -123,13 +123,14 @@ launcher:numFolderRows="3" launcher:numFolderColumns="3" launcher:numHotseatIcons="6" launcher:hotseatColumnSpanLandscape="4" launcher:hotseatColumnSpanLandscape="3" launcher:hotseatColumnSpan="3" launcher:numAllAppsColumns="6" launcher:isScalable="true" launcher:inlineNavButtonsEndSpacing="@dimen/taskbar_button_margin_6_5" launcher:devicePaddingId="@xml/paddings_6x5" launcher:dbFile="launcher_6_by_5.db" launcher:defaultLayoutId="@xml/default_workspace_6x5" launcher:defaultLayoutId="@xml/default_workspace_4x6_tablet" launcher:deviceCategory="tablet" > <display-option Loading Loading
res/xml/default_workspace_4x6_tablet.xml 0 → 100644 +72 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2009 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. --> <favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3"> <!-- Hotseat (We use the screen as the position of the item in the hotseat) --> <!-- Dialer, Messaging, Browser, Camera --> <favorite launcher:container="-101" launcher:screen="0" launcher:x="0" launcher:y="0" launcher:className="foundation.e.apps.MainActivity" launcher:packageName="foundation.e.apps" /> <favorite launcher:container="-101" launcher:screen="1" launcher:x="1" launcher:y="0" launcher:className="com.fsck.k9.activity.MessageList" launcher:packageName="foundation.e.mail" /> <favorite launcher:container="-101" launcher:screen="2" launcher:x="2" launcher:y="0" launcher:className="com.android.gallery3d.app.GalleryActivity" launcher:packageName="com.android.gallery3d" /> <!-- TODO: Ideally Calendar goes here. Current tablet build does not have calendar --> <favorite launcher:container="-101" launcher:screen="3" launcher:x="3" launcher:y="0" launcher:className="it.niedermann.owncloud.notes.main.MainActivity" launcher:packageName="foundation.e.notes" /> <resolve launcher:container="-101" launcher:screen="4" launcher:x="4" launcher:y="0" > <favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_BROWSER;end" /> <favorite launcher:uri="https://murena.com/" /> </resolve> <resolve launcher:container="-101" launcher:screen="5" launcher:x="5" 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> </favorites>
res/xml/device_profiles.xml +3 −2 Original line number Diff line number Diff line Loading @@ -123,13 +123,14 @@ launcher:numFolderRows="3" launcher:numFolderColumns="3" launcher:numHotseatIcons="6" launcher:hotseatColumnSpanLandscape="4" launcher:hotseatColumnSpanLandscape="3" launcher:hotseatColumnSpan="3" launcher:numAllAppsColumns="6" launcher:isScalable="true" launcher:inlineNavButtonsEndSpacing="@dimen/taskbar_button_margin_6_5" launcher:devicePaddingId="@xml/paddings_6x5" launcher:dbFile="launcher_6_by_5.db" launcher:defaultLayoutId="@xml/default_workspace_6x5" launcher:defaultLayoutId="@xml/default_workspace_4x6_tablet" launcher:deviceCategory="tablet" > <display-option Loading