blob: 27aba6bfe745173e1a3986467ec658e2dadff2a5 [file] [log] [blame]
Alex Chau27b39b92022-01-14 18:02:18 +00001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2022 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.
6 You may obtain a copy of the License at`
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 Kloczlc2bd15f2022-03-30 18:06:13 +010018<!-- PagedView -->
19 <dimen name="min_page_snap_velocity">3400dp</dimen>
20
Pat Manning08610ca2022-04-05 21:03:16 +010021<!-- Dynamic grid -->
22 <dimen name="dynamic_grid_edge_margin">27.59dp</dimen>
23 <dimen name="cell_layout_padding">36dp</dimen>
Andras Kloczl142b0542022-03-09 21:26:02 +000024
Pat Manningde25c0d2022-04-05 19:11:26 +010025<!-- Dragging -->
26 <dimen name="drop_target_text_size">20sp</dimen>
27 <dimen name="dynamic_grid_drop_target_size">72dp</dimen>
28 <dimen name="drop_target_button_drawable_horizontal_padding">24dp</dimen>
Andrew Cole3ae7be62023-03-28 16:26:33 -070029 <dimen name="drop_target_button_drawable_vertical_padding">8dp</dimen>
Pat Manningde25c0d2022-04-05 19:11:26 +010030 <dimen name="drop_target_button_gap">32dp</dimen>
Alex Chau5b019302022-05-23 10:42:25 +010031 <dimen name="drop_target_button_workspace_edge_gap">32dp</dimen>
Pat Manning8c4dd9e2022-04-13 12:04:08 +010032 <dimen name="drop_target_top_margin">110dp</dimen>
33 <dimen name="drop_target_bottom_margin">48dp</dimen>
Pat Manningde25c0d2022-04-05 19:11:26 +010034
35<!-- Hotseat -->
Pat Manning8c4dd9e2022-04-13 12:04:08 +010036 <dimen name="spring_loaded_hotseat_top_margin">108dp</dimen>
Pat Manningde25c0d2022-04-05 19:11:26 +010037
Andras Kloczl142b0542022-03-09 21:26:02 +000038<!-- Widget picker-->
39 <dimen name="widget_list_horizontal_margin">30dp</dimen>
Shamali P927dd272024-03-11 13:18:22 +000040 <dimen name="widget_cell_horizontal_padding">16dp</dimen>
Andras Kloczl142b0542022-03-09 21:26:02 +000041
Thales Limab35faed2022-09-05 16:30:01 -030042 <!-- Folder spaces -->
43 <dimen name="folder_footer_horiz_padding">24dp</dimen>
Alex Chau27b39b92022-01-14 18:02:18 +000044</resources>