Files
Lawnchair/res/xml/spec_col_count_3_row.xml
T
Sebastian Franco 6322b33f4a Adding Fixed Landscape in non Pixel Launcher
Bug: 398279312
Test: IntegrationFixedLandscape
Flag: com.android.launcher3.one_grid_specs
Change-Id: Iaaa95ab52ac5bd0607f74793b620fd41ada8b224
2025-03-03 10:45:52 -08:00

33 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) 2025 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.
-->
<GridSizeSpecs xmlns:launcher="http://schemas.android.com/apk/res-auto">
<GridSize
launcher:numGridColumns="7"
launcher:numGridRows="3"
launcher:dbFile="launcher_7_by_3.db"
launcher:defaultLayoutId="@xml/default_workspace_7x3"
launcher:minDeviceWidthPx="0"
launcher:minDeviceHeightPx="0"
/>
<GridSize
launcher:numGridColumns="8"
launcher:numGridRows="3"
launcher:dbFile="launcher_8_by_3.db"
launcher:defaultLayoutId="@xml/default_workspace_8x3"
launcher:minDeviceWidthPx="0"
launcher:minDeviceHeightPx="2093"
/>
</GridSizeSpecs>