blob: c175ee7e591b5d441c1c71b5411740edc0874bbb [file] [log] [blame]
lbill3bfefd12022-11-09 18:07:45 +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>
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 Iftime42ac3822023-02-08 15:14:41 +010022 <dimen name="notif_channel_panel_max_height">300dp</dimen>
Roy Choub3fb8e02023-10-26 08:17:22 +000023
24 <!-- Text Reading Settings -->
Roy Chou004238d2023-11-15 07:36:35 +000025 <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>
shaoweishen54468132023-12-13 08:56:32 +000030
31 <!-- Keyboard -->
32 <dimen name="keyboard_picker_margin">106dp</dimen>
Matthew DeVore6f28e1a2024-10-16 19:42:48 +000033
34 <!-- Connected displays -->
35 <dimen name="display_topology_pane_margin">80dp</dimen>
lbill3bfefd12022-11-09 18:07:45 +000036</resources>