Winson Chung | aafa03c | 2010-06-11 17:34:16 -0700 | [diff] [blame] | 1 | <?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 Chau | a02eddc | 2021-04-29 00:36:06 +0100 | [diff] [blame] | 6 | You may obtain a copy of the License at` |
Winson Chung | aafa03c | 2010-06-11 17:34:16 -0700 | [diff] [blame] | 7 | |
| 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 Kloczl | c2bd15f | 2022-03-30 18:06:13 +0100 | [diff] [blame] | 18 | <!-- PagedView--> |
| 19 | <dimen name="min_page_snap_velocity">3000dp</dimen> |
| 20 | |
Sunny Goyal | 756cd26 | 2015-08-20 12:33:21 -0700 | [diff] [blame] | 21 | <!-- DragController --> |
| 22 | <dimen name="drag_flingToDeleteMinVelocity">-1000dp</dimen> |
Steven Ng | 24c16de | 2021-07-26 21:31:50 +0100 | [diff] [blame] | 23 | |
| 24 | <!-- Widgets pickers --> |
| 25 | <dimen name="widget_list_horizontal_margin">32dp</dimen> |
Alex Chau | 27b39b9 | 2022-01-14 18:02:18 +0000 | [diff] [blame] | 26 | |
| 27 | <!-- AllApps --> |
Alex Chau | b8c22e1 | 2022-02-14 18:35:58 +0000 | [diff] [blame] | 28 | <dimen name="all_apps_search_bar_content_overlap">0dp</dimen> |
Alex Chau | 635b3ab | 2022-01-26 16:49:10 +0000 | [diff] [blame] | 29 | |
| 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 Manning | 08610ca | 2022-04-05 21:03:16 +0100 | [diff] [blame] | 37 | <dimen name="dynamic_grid_edge_margin">9dp</dimen> |
Pat Manning | 08610ca | 2022-04-05 21:03:16 +0100 | [diff] [blame] | 38 | <dimen name="cell_layout_padding">9dp</dimen> |
Alex Chau | 635b3ab | 2022-01-26 16:49:10 +0000 | [diff] [blame] | 39 | |
| 40 | <!-- Hotseat --> |
| 41 | <dimen name="dynamic_grid_hotseat_side_padding">0dp</dimen> |
Pat Manning | 8c4dd9e | 2022-04-13 12:04:08 +0100 | [diff] [blame] | 42 | <dimen name="spring_loaded_hotseat_top_margin">65dp</dimen> |
fbaron | e4b0b71 | 2024-03-29 14:31:17 -0700 | [diff] [blame] | 43 | <dimen name="min_hotseat_icon_space">17dp</dimen> |
Pat Manning | de25c0d | 2022-04-05 19:11:26 +0100 | [diff] [blame] | 44 | |
| 45 | <!-- Dragging --> |
Pat Manning | 8c4dd9e | 2022-04-13 12:04:08 +0100 | [diff] [blame] | 46 | <dimen name="drop_target_top_margin">64dp</dimen> |
Pat Manning | de25c0d | 2022-04-05 19:11:26 +0100 | [diff] [blame] | 47 | <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 Manning | 52307a4 | 2022-04-05 20:35:28 +0100 | [diff] [blame] | 51 | |
| 52 | <!-- Workspace grid visualization parameters --> |
| 53 | <dimen name="grid_visualization_horizontal_cell_spacing">6dp</dimen> |
Winson Chung | aafa03c | 2010-06-11 17:34:16 -0700 | [diff] [blame] | 54 | </resources> |