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