blob: b89910dede8734e01755633f8ab6ddd94d5eb27f [file] [log] [blame]
Alex Chaub8c22e12022-02-14 18:35:58 +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">5300dp</dimen>
20
Pat Manning08610ca2022-04-05 21:03:16 +010021<!-- Dynamic grid -->
22 <dimen name="dynamic_grid_edge_margin">21.93dp</dimen>
23 <dimen name="cell_layout_padding">29.33dp</dimen>
24
Pat Manningde25c0d2022-04-05 19:11:26 +010025<!-- Dragging-->
26 <dimen name="drop_target_top_margin">0dp</dimen>
27 <dimen name="drop_target_bottom_margin">32dp</dimen>
28
29<!-- Hotseat -->
30 <dimen name="spring_loaded_hotseat_top_margin">64dp</dimen>
31
32<!-- Widget picker-->
Andras Kloczl142b0542022-03-09 21:26:02 +000033 <dimen name="widget_list_horizontal_margin">49dp</dimen>
Federico Baron4b1a38b2022-11-17 09:29:51 -080034 <dimen name="widget_list_horizontal_margin_large_screen">24dp</dimen>
Thales Limab7ef5692022-03-10 10:32:36 +000035
Pat Manningde25c0d2022-04-05 19:11:26 +010036<!-- Bottom sheet-->
Andras Kloczl142b0542022-03-09 21:26:02 +000037 <dimen name="bottom_sheet_extra_top_padding">0dp</dimen>
Alex Chaub8c22e12022-02-14 18:35:58 +000038</resources>