blob: eda9b2d3f2a2a17a37e59e58d49a255b1a86277b [file] [log] [blame]
Winson Chungaafa03c2010-06-11 17:34:16 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2009 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
Alex Chaua02eddc2021-04-29 00:36:06 +01006 You may obtain a copy of the License at`
Winson Chungaafa03c2010-06-11 17:34:16 -07007
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<resources>
Andras Kloczlc2bd15f2022-03-30 18:06:13 +010018<!-- PagedView-->
19 <dimen name="min_page_snap_velocity">3000dp</dimen>
20
Sunny Goyal756cd262015-08-20 12:33:21 -070021<!-- DragController -->
22 <dimen name="drag_flingToDeleteMinVelocity">-1000dp</dimen>
Steven Ng24c16de2021-07-26 21:31:50 +010023
24<!-- Widgets pickers -->
25 <dimen name="widget_list_horizontal_margin">32dp</dimen>
Alex Chau27b39b92022-01-14 18:02:18 +000026
27<!-- AllApps -->
Alex Chaub8c22e12022-02-14 18:35:58 +000028 <dimen name="all_apps_search_bar_content_overlap">0dp</dimen>
Alex Chau635b3ab2022-01-26 16:49:10 +000029
30<!-- Fast scroll -->
31 <dimen name="fastscroll_popup_width">75dp</dimen>
32 <dimen name="fastscroll_popup_height">62dp</dimen>
33 <dimen name="fastscroll_popup_padding">13dp</dimen>
34 <dimen name="fastscroll_popup_text_size">32dp</dimen>
35
36<!-- Dynamic grid -->
Pat Manning08610ca2022-04-05 21:03:16 +010037 <dimen name="dynamic_grid_edge_margin">9dp</dimen>
Pat Manning08610ca2022-04-05 21:03:16 +010038 <dimen name="cell_layout_padding">9dp</dimen>
Alex Chau635b3ab2022-01-26 16:49:10 +000039
40<!-- Hotseat -->
41 <dimen name="dynamic_grid_hotseat_side_padding">0dp</dimen>
Pat Manning8c4dd9e2022-04-13 12:04:08 +010042 <dimen name="spring_loaded_hotseat_top_margin">65dp</dimen>
fbarone4b0b712024-03-29 14:31:17 -070043 <dimen name="min_hotseat_icon_space">17dp</dimen>
Pat Manningde25c0d2022-04-05 19:11:26 +010044
45<!-- Dragging -->
Pat Manning8c4dd9e2022-04-13 12:04:08 +010046 <dimen name="drop_target_top_margin">64dp</dimen>
Pat Manningde25c0d2022-04-05 19:11:26 +010047 <dimen name="drop_target_bottom_margin">16dp</dimen>
48 <dimen name="drop_target_button_drawable_horizontal_padding">16dp</dimen>
49 <dimen name="drop_target_button_drawable_vertical_padding">16dp</dimen>
50 <dimen name="dynamic_grid_drop_target_size">56dp</dimen>
Pat Manning52307a42022-04-05 20:35:28 +010051
52<!-- Workspace grid visualization parameters -->
53 <dimen name="grid_visualization_horizontal_cell_spacing">6dp</dimen>
Winson Chungaafa03c2010-06-11 17:34:16 -070054</resources>