eecf02da58
- Fixes issue with folder icons being clipped in landscape in sw720dp (Bug: 6118397) - Fixes issue with divider being in wrong orientation in sw720dp - Fixes issue with scaled icons not being drawn with filtering - Fixes issue with side pages showing under the hotseat when in landscape in phone UI - Animates the drag view on pick up and drop Change-Id: Iad26427ec63fcbc9bdb3b29a4645689ba445d5c8
57 lines
2.4 KiB
XML
57 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2011 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>
|
|
<!-- QSB -->
|
|
<dimen name="toolbar_button_vertical_padding">12dip</dimen>
|
|
<dimen name="toolbar_button_horizontal_padding">12dip</dimen>
|
|
|
|
<!-- Workspace -->
|
|
<dimen name="qsb_bar_height">56dp</dimen>
|
|
<!-- This should be @dimen/qsb_bar_height - @dimen/workspace_top_padding
|
|
to fix the extra space given to draw portals -->
|
|
<dimen name="workspace_content_large_only_top_margin">36dp</dimen>
|
|
<dimen name="workspace_cell_width">96dip</dimen>
|
|
<dimen name="workspace_cell_height">96dip</dimen>
|
|
|
|
<dimen name="folder_cell_width">96dp</dimen>
|
|
<dimen name="folder_cell_height">96dp</dimen>
|
|
|
|
<!-- AppsCustomize -->
|
|
<integer name="apps_customize_maxCellCountX">-1</integer>
|
|
<integer name="apps_customize_maxCellCountY">-1</integer>
|
|
<dimen name="app_widget_preview_padding_left">0dp</dimen>
|
|
<dimen name="app_widget_preview_padding_top">10dp</dimen>
|
|
|
|
<!-- Size of icons in workspace -->
|
|
<integer name="app_icon_scale_percent">-1</integer>
|
|
<integer name="app_icon_hotseat_scale_percent">-1</integer>
|
|
|
|
<dimen name="all_apps_button_vertical_padding">4dip</dimen>
|
|
|
|
<!-- roughly a status bar (for determining how many rows of icons are in home) -->
|
|
<dimen name="status_bar_height">48dip</dimen>
|
|
|
|
<!-- dimensions for the wallpaper picker wallpaper thumbnail width -->
|
|
<dimen name="wallpaper_chooser_grid_width">196dp</dimen>
|
|
<dimen name="wallpaper_chooser_grid_height">140dp</dimen>
|
|
|
|
<!-- When dragging items on the workspace, the number of dps by which the position of
|
|
the drag view should be offset from the position of the original view. -->
|
|
<dimen name="dragViewOffsetX">0dp</dimen>
|
|
<dimen name="dragViewOffsetY">0dp</dimen>
|
|
</resources>
|