mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Bug: 398279312 Test: IntegrationFixedLandscape Flag: com.android.launcher3.one_grid_specs Change-Id: Iaaa95ab52ac5bd0607f74793b620fd41ada8b224
24 lines
949 B
XML
24 lines
949 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<allAppsSpecs xmlns:launcher="http://schemas.android.com/apk/res-auto">
|
|
<!-- landscape -->
|
|
<specs launcher:maxAspectRatio="@dimen/aspect_ratio_landscape">
|
|
<allAppsSpec
|
|
launcher:dimensionType="height"
|
|
launcher:maxAvailableSize="9999dp">
|
|
<startPadding launcher:fixedSize="0dp" />
|
|
<endPadding launcher:fixedSize="0dp" />
|
|
<gutter launcher:matchWorkspace="true" />
|
|
<cellSize launcher:matchWorkspace="true" />
|
|
</allAppsSpec>
|
|
|
|
<allAppsSpec
|
|
launcher:dimensionType="width"
|
|
launcher:maxAvailableSize="9999dp">
|
|
<startPadding launcher:ofRemainderSpace="0.5" />
|
|
<endPadding launcher:ofRemainderSpace="0.5" />
|
|
<gutter launcher:matchWorkspace="true" />
|
|
<cellSize launcher:matchWorkspace="true" />
|
|
</allAppsSpec>
|
|
</specs>
|
|
</allAppsSpecs>
|