mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
- Delaying until items are added - Showing bg when going into spring loaded mode - Fixing regression where dropping widgets on full page would not trigger a notification - Fixing regression on tablet where pages were no longer being rotated or shown Change-Id: Iadc0c406f0c065c5029addea1abfee395eed81b9
45 lines
2.0 KiB
XML
45 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2009 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<resources>
|
|
<!-- Workspace -->
|
|
<dimen name="workspace_left_padding">0dp</dimen>
|
|
<dimen name="workspace_right_padding">0dp</dimen>
|
|
<!-- NOTE: This padding is the @dimen/qsb_bar_height + some padding -->
|
|
<dimen name="workspace_top_padding">60dp</dimen>
|
|
<!-- NOTE: This padding is the @dimen/button_bar_height + some padding
|
|
for signposting -->
|
|
<dimen name="workspace_bottom_padding">64dp</dimen>
|
|
<dimen name="workspace_page_spacing">8dp</dimen>
|
|
|
|
<dimen name="folder_cell_width">74dip</dimen>
|
|
<dimen name="folder_cell_height">86dip</dimen>
|
|
|
|
<integer name="apps_customize_cellCountX">4</integer>
|
|
<integer name="apps_customize_cellCountY">5</integer>
|
|
<dimen name="apps_customize_pageLayoutWidthGap">-1dp</dimen>
|
|
<dimen name="apps_customize_pageLayoutHeightGap">-1dp</dimen>
|
|
<dimen name="apps_customize_pageLayoutPaddingTop">15dp</dimen>
|
|
<dimen name="apps_customize_pageLayoutPaddingBottom">15dp</dimen>
|
|
<dimen name="apps_customize_pageLayoutPaddingLeft">5dp</dimen>
|
|
<dimen name="apps_customize_pageLayoutPaddingRight">5dp</dimen>
|
|
|
|
<dimen name="apps_customize_widget_cell_width_gap">20dp</dimen>
|
|
<dimen name="apps_customize_widget_cell_height_gap">10dp</dimen>
|
|
<integer name="apps_customize_widget_cell_count_x">2</integer>
|
|
<integer name="apps_customize_widget_cell_count_y">2</integer>
|
|
</resources>
|