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