blob: a721dd0609dc87bbba9df58cfe191ea4811cac6a [file] [log] [blame]
Jim Miller5ecd8112013-01-09 18:50:26 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/* //device/apps/common/assets/res/any/dimens.xml
4**
5** Copyright 2006, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20<resources>
Jim Miller5ecd8112013-01-09 18:50:26 -080021
Jim Miller5ecd8112013-01-09 18:50:26 -080022 <!-- Size of the generic status lines keyguard's status view -->
Jorim Jaggie0700182014-08-21 01:12:37 +020023 <dimen name="kg_status_line_font_size">14sp</dimen>
Jim Miller5ecd8112013-01-09 18:50:26 -080024
Jim Miller5ecd8112013-01-09 18:50:26 -080025 <!-- Width of the sliding KeyguardSecurityContainer (includes 2x keyguard_security_view_margin) -->
26 <dimen name="keyguard_security_width">320dp</dimen>
27
28 <!-- Height of the sliding KeyguardSecurityContainer (includes 2x keyguard_security_view_margin) -->
29 <dimen name="keyguard_security_height">400dp</dimen>
30
Selim Cinek4e8b9ed2014-06-20 16:37:04 -070031 <!-- Max Height of the sliding KeyguardSecurityContainer (includes 2x keyguard_security_view_margin) -->
Jorim Jaggie0700182014-08-21 01:12:37 +020032 <dimen name="keyguard_security_max_height">450dp</dimen>
Selim Cinek4e8b9ed2014-06-20 16:37:04 -070033
Jim Miller5ecd8112013-01-09 18:50:26 -080034 <!-- Margin around the various security views -->
35 <dimen name="keyguard_security_view_margin">8dp</dimen>
36
Jim Millerca71f482013-10-22 15:25:44 -070037 <!-- EmergencyCarrierArea overlap - amount to overlap the emergency button and carrier text.
38 Should be 0 on devices with plenty of room (e.g. tablets) -->
39 <dimen name="eca_overlap">-10dip</dimen>
40
Jim Millerb0da1e72013-10-01 16:55:19 -070041 <!-- Default clock parameters -->
Selim Cinekf1015db2016-02-23 12:28:31 -080042 <dimen name="bottom_text_spacing_digital">-1dp</dimen>
Jorim Jaggie5716222015-05-14 14:13:20 -070043 <dimen name="widget_label_font_size">14sp</dimen>
Adrian Roosdea3c982017-06-07 12:18:05 -070044 <dimen name="widget_big_font_size">72dp</dimen>
Jim Miller5ecd8112013-01-09 18:50:26 -080045
Jorim Jaggi15a77f72014-05-28 16:20:03 +020046 <!-- The y translation to apply at the start in appear animations. -->
Selim Cinek30181972014-05-30 03:33:06 +020047 <dimen name="appear_y_translation_start">32dp</dimen>
Jorim Jaggi93afa1d2014-06-03 20:56:32 +020048
Selim Cinek4e8b9ed2014-06-20 16:37:04 -070049 <!-- The size of the dots in the PIN unlock method. -->
50 <dimen name="password_dot_size">9dp</dimen>
Andrew Sappersteinfec80922017-06-13 18:36:28 -070051 <!-- The size of PIN text in the PIN unlock method. -->
52 <integer name="scaled_password_text_size">40</integer>
Selim Cinek4e8b9ed2014-06-20 16:37:04 -070053
54 <!-- The padding between chars of the password view. -->
55 <dimen name="password_char_padding">8dp</dimen>
56
Jorim Jaggi93afa1d2014-06-03 20:56:32 +020057 <!-- The vertical margin between the date and the owner info. -->
Jorim Jaggiae52c562014-11-06 18:17:26 +010058 <dimen name="date_owner_info_margin">6dp</dimen>
Jorim Jaggi76a16232014-08-08 17:00:47 +020059
60 <!-- The translation for disappearing security views after having solved them. -->
61 <dimen name="disappear_y_translation">-32dp</dimen>
Jim Miller5ecd8112013-01-09 18:50:26 -080062</resources>