Files
lawnchair/res/xml/spec_handheld_hotseat_3_row.xml
Sebastian Franco 6322b33f4a Adding Fixed Landscape in non Pixel Launcher
Bug: 398279312
Test: IntegrationFixedLandscape
Flag: com.android.launcher3.one_grid_specs
Change-Id: Iaaa95ab52ac5bd0607f74793b620fd41ada8b224
2025-03-03 10:45:52 -08:00

12 lines
475 B
XML

<?xml version="1.0" encoding="utf-8"?>
<hotseatSpecs xmlns:launcher="http://schemas.android.com/apk/res-auto">
<!-- landscape -->
<specs launcher:maxAspectRatio="@dimen/aspect_ratio_landscape">
<hotseatSpec
launcher:maxAvailableSize="9999dp"
launcher:dimensionType="width">
<hotseatQsbSpace launcher:fixedSize="0dp" />
<edgePadding launcher:fixedSize="0dp" />
</hotseatSpec>
</specs>
</hotseatSpecs>