1<?xml version="1.0" encoding="utf-8"?> 2<workspaceSpecs xmlns:launcher="http://schemas.android.com/apk/res-auto"> 3 <!-- landscape --> 4 <specs launcher:maxAspectRatio="@dimen/aspect_ratio_landscape"> 5 <workspaceSpec 6 launcher:dimensionType="height" 7 launcher:maxAvailableSize="9999dp"> 8 <startPadding launcher:ofAvailableSpace="0.01" /> 9 <endPadding launcher:ofAvailableSpace="0.055" /> 10 <gutter launcher:ofAvailableSpace="0.02" /> 11 <cellSize launcher:ofRemainderSpace="1" /> 12 </workspaceSpec> 13 <workspaceSpec 14 launcher:dimensionType="width" 15 launcher:maxAvailableSize="9999dp"> 16 <startPadding launcher:ofAvailableSpace="0.0660867583" /> 17 <endPadding launcher:ofAvailableSpace="0.0660867583" /> 18 <gutter launcher:ofAvailableSpace="0.0125" /> 19 <cellSize launcher:ofRemainderSpace="1" /> 20 </workspaceSpec> 21 </specs> 22</workspaceSpecs> 23