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<cellSpecs xmlns:launcher="http://schemas.android.com/apk/res-auto"> 17 <!-- portrait --> 18 <specs launcher:maxAspectRatio="1.0"> 19 <cellSpec 20 launcher:dimensionType="height" 21 launcher:maxAvailableSize="606dp"> 22 <iconDrawablePadding launcher:fixedSize="8dp" /> 23 <iconSize launcher:fixedSize="48dp" /> 24 <iconTextSize launcher:fixedSize="12sp" /> 25 </cellSpec> 26 <cellSpec 27 launcher:dimensionType="height" 28 launcher:maxAvailableSize="9999dp"> 29 <iconDrawablePadding launcher:fixedSize="11dp" /> 30 <iconSize launcher:fixedSize="52dp" /> 31 <iconTextSize launcher:fixedSize="12sp" /> 32 </cellSpec> 33 </specs> 34 <!-- landscape --> 35 <specs launcher:maxAspectRatio="10"> 36 <cellSpec 37 launcher:dimensionType="height" 38 launcher:maxAvailableSize="9999dp"> 39 <iconDrawablePadding launcher:fixedSize="0dp" /> 40 <iconSize launcher:fixedSize="52dp" /> 41 <iconTextSize launcher:fixedSize="0sp" /> 42 </cellSpec> 43 </specs> 44</cellSpecs>