mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
12 lines
514 B
XML
12 lines
514 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<cellSpecs xmlns:launcher="http://schemas.android.com/apk/res-auto">
|
||
|
|
<specs launcher:maxAspectRatio="@dimen/aspect_ratio_landscape">
|
||
|
|
<cellSpec
|
||
|
|
launcher:dimensionType="height"
|
||
|
|
launcher:maxAvailableSize="9999dp">
|
||
|
|
<iconDrawablePadding launcher:matchWorkspace="true" />
|
||
|
|
<iconSize launcher:matchWorkspace="true" />
|
||
|
|
<iconTextSize launcher:matchWorkspace="true" />
|
||
|
|
</cellSpec>
|
||
|
|
</specs>
|
||
|
|
</cellSpecs>
|