Home | History | Annotate | Download | only in values
      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 
     22     <!-- Size of the generic status lines keyguard's status view  -->
     23     <dimen name="kg_status_line_font_size">14sp</dimen>
     24 
     25     <!-- 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 
     31     <!-- Max Height of the sliding KeyguardSecurityContainer (includes 2x keyguard_security_view_margin) -->
     32     <dimen name="keyguard_security_max_height">450dp</dimen>
     33 
     34     <!-- Margin around the various security views -->
     35     <dimen name="keyguard_security_view_margin">8dp</dimen>
     36 
     37     <!-- 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 
     41     <!-- Default clock parameters -->
     42     <dimen name="bottom_text_spacing_digital">-1dp</dimen>
     43     <dimen name="widget_label_font_size">14sp</dimen>
     44     <dimen name="widget_big_font_size">78dp</dimen>
     45 
     46     <!-- The y translation to apply at the start in appear animations. -->
     47     <dimen name="appear_y_translation_start">32dp</dimen>
     48 
     49     <!-- The size of the dots in the PIN unlock method. -->
     50     <dimen name="password_dot_size">9dp</dimen>
     51 
     52     <!-- The padding between chars of the password view. -->
     53     <dimen name="password_char_padding">8dp</dimen>
     54 
     55     <!-- The vertical margin between the date and the owner info. -->
     56     <dimen name="date_owner_info_margin">6dp</dimen>
     57 
     58     <!-- The translation for disappearing security views after having solved them. -->
     59     <dimen name="disappear_y_translation">-32dp</dimen>
     60 </resources>
     61