1<?xml version="1.0" encoding="utf-8"?><!-- 2 ~ Copyright (C) 2023 The Android Open Source Project 3 ~ 4 ~ Licensed under the Apache License, Version 2.0 (the "License"); 5 ~ you may not use this file except in compliance with the License. 6 ~ You may obtain a copy of the License at 7 ~ 8 ~ http://www.apache.org/licenses/LICENSE-2.0 9 ~ 10 ~ Unless required by applicable law or agreed to in writing, software 11 ~ distributed under the License is distributed on an "AS IS" BASIS, 12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 ~ See the License for the specific language governing permissions and 14 ~ limitations under the License. 15 --> 16 17<workspaceSpecs xmlns:launcher="http://schemas.android.com/apk/res-auto"> 18 <workspaceSpec 19 launcher:specType="height" 20 launcher:maxAvailableSize="648dp"> 21 <startPadding 22 launcher:ofAvailableSpace="0.0125" /> 23 <endPadding 24 launcher:ofAvailableSpace="0.05" /> 25 <gutter 26 launcher:fixedSize="16dp" /> 27 <cellSize 28 launcher:ofRemainderSpace="0.2" /> 29 </workspaceSpec> 30 31 <workspaceSpec 32 launcher:specType="height" 33 launcher:maxAvailableSize="9999dp"> 34 <startPadding 35 launcher:ofAvailableSpace="0.0306" /> 36 <endPadding 37 launcher:ofAvailableSpace="0.068" /> 38 <gutter 39 launcher:fixedSize="16dp" /> 40 <cellSize 41 launcher:ofRemainderSpace="0.2" /> 42 </workspaceSpec> 43 44 <!-- Width spec is always the same --> 45 <workspaceSpec 46 launcher:specType="width" 47 launcher:maxAvailableSize="9999dp"> 48 <startPadding 49 launcher:ofRemainderSpace="0.21436227" /> 50 <endPadding 51 launcher:ofRemainderSpace="0.21436227" /> 52 <gutter 53 launcher:ofRemainderSpace="0.11425509" /> 54 <cellSize 55 launcher:fixedSize="120dp" /> 56 </workspaceSpec> 57</workspaceSpecs> 58