dimens.xml revision 5ecd81154fa039961f65bb4e36d18ac555b0d1d6
1<?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>
21    <!-- Size of clock font in LockScreen. -->
22    <dimen name="keyguard_pattern_unlock_clock_font_size">112sp</dimen>
23
24    <!-- Size of lockscreen outerring on unsecure unlock LockScreen -->
25    <dimen name="keyguard_lockscreen_outerring_diameter">364dp</dimen>
26
27    <!-- Height of FaceUnlock view in keyguard -->
28    <dimen name="face_unlock_height">430dip</dimen>
29
30    <!-- target placement radius for GlowPadView. Should be 1/2 of outerring diameter. -->
31    <dimen name="glowpadview_target_placement_radius">182dip</dimen>
32
33    <!-- Size of status line font in LockScreen. -->
34    <dimen name="keyguard_pattern_unlock_status_line_font_size">14sp</dimen>
35
36    <!-- Keyguard dimensions -->
37    <!-- Size of the clock font in keyguard's status view -->
38    <dimen name="kg_status_clock_font_size">141dp</dimen>
39
40    <!-- Size of the date font in keyguard's status view  -->
41    <dimen name="kg_status_date_font_size">25.5dp</dimen>
42
43    <!-- Size of the generic status lines keyguard's status view  -->
44    <dimen name="kg_status_line_font_size">16sp</dimen>
45
46    <!-- Top margin for the clock view --> 
47    <dimen name="kg_clock_top_margin">0dp</dimen>
48
49    <!-- Size of margin on the right of keyguard's status view -->
50    <dimen name="kg_status_line_font_right_margin">50dp</dimen>
51
52    <!-- Horizontal padding for the widget pager -->
53    <dimen name="kg_widget_pager_horizontal_padding">24dp</dimen>
54
55    <!-- Top padding for the widget pager -->
56    <dimen name="kg_widget_pager_top_padding">0dp</dimen>
57
58    <!-- Bottom padding for the widget pager -->
59    <dimen name="kg_widget_pager_bottom_padding">0dp</dimen>
60
61    <!-- Top margin for the runway lights. We add a negative margin in large
62        devices to account for the widget pager padding -->
63    <dimen name="kg_runway_lights_top_margin">-10dp</dimen>
64
65    <!-- Margin around the various security views -->
66    <dimen name="keyguard_security_view_margin">12dp</dimen>
67
68    <!-- Margin around the various security views -->
69    <dimen name="keyguard_muliuser_selector_margin">12dp</dimen>
70
71</resources>
72