lbill | 3bfefd1 | 2022-11-09 18:07:45 +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> |
| 18 | <!-- Lock pattern view size, align sysui biometric_auth_pattern_view_size --> |
| 19 | <dimen name="biometric_auth_pattern_view_size">248dp</dimen> |
| 20 | <dimen name="biometric_auth_pattern_view_max_size">348dp</dimen> |
| 21 | |
Valentin Iftime | 42ac382 | 2023-02-08 15:14:41 +0100 | [diff] [blame] | 22 | <dimen name="notif_channel_panel_max_height">300dp</dimen> |
Roy Chou | b3fb8e0 | 2023-10-26 08:17:22 +0000 | [diff] [blame] | 23 | |
| 24 | <!-- Text Reading Settings --> |
Roy Chou | 004238d | 2023-11-15 07:36:35 +0000 | [diff] [blame] | 25 | <dimen name="text_reading_preview_layout_padding_horizontal_min">64dp</dimen> |
| 26 | <dimen name="text_reading_preview_background_padding_horizontal_min">72dp</dimen> |
| 27 | |
| 28 | <dimen name="text_reading_preview_layout_padding_horizontal_min_suw">24dp</dimen> |
| 29 | <dimen name="text_reading_preview_background_padding_horizontal_min_suw">24dp</dimen> |
shaoweishen | 5446813 | 2023-12-13 08:56:32 +0000 | [diff] [blame] | 30 | |
| 31 | <!-- Keyboard --> |
| 32 | <dimen name="keyboard_picker_margin">106dp</dimen> |
Matthew DeVore | 6f28e1a | 2024-10-16 19:42:48 +0000 | [diff] [blame] | 33 | |
| 34 | <!-- Connected displays --> |
| 35 | <dimen name="display_topology_pane_margin">80dp</dimen> |
lbill | 3bfefd1 | 2022-11-09 18:07:45 +0000 | [diff] [blame] | 36 | </resources> |