Alex Chau | b8c22e1 | 2022-02-14 18:35:58 +0000 | [diff] [blame] | 1 | <?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 Kloczl | c2bd15f | 2022-03-30 18:06:13 +0100 | [diff] [blame] | 18 | <!-- PagedView --> |
| 19 | <dimen name="min_page_snap_velocity">5300dp</dimen> |
| 20 | |
Pat Manning | 08610ca | 2022-04-05 21:03:16 +0100 | [diff] [blame] | 21 | <!-- Dynamic grid --> |
| 22 | <dimen name="dynamic_grid_edge_margin">21.93dp</dimen> |
| 23 | <dimen name="cell_layout_padding">29.33dp</dimen> |
| 24 | |
Pat Manning | de25c0d | 2022-04-05 19:11:26 +0100 | [diff] [blame] | 25 | <!-- 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 Kloczl | 142b054 | 2022-03-09 21:26:02 +0000 | [diff] [blame] | 33 | <dimen name="widget_list_horizontal_margin">49dp</dimen> |
Federico Baron | 4b1a38b | 2022-11-17 09:29:51 -0800 | [diff] [blame] | 34 | <dimen name="widget_list_horizontal_margin_large_screen">24dp</dimen> |
Thales Lima | b7ef569 | 2022-03-10 10:32:36 +0000 | [diff] [blame] | 35 | |
Pat Manning | de25c0d | 2022-04-05 19:11:26 +0100 | [diff] [blame] | 36 | <!-- Bottom sheet--> |
Andras Kloczl | 142b054 | 2022-03-09 21:26:02 +0000 | [diff] [blame] | 37 | <dimen name="bottom_sheet_extra_top_padding">0dp</dimen> |
Alex Chau | b8c22e1 | 2022-02-14 18:35:58 +0000 | [diff] [blame] | 38 | </resources> |