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     <!-- Maximum width of the sliding KeyguardSecurityContainer -->
     26     <dimen name="keyguard_security_width">420dp</dimen>
     27 
     28     <!-- Height of the sliding KeyguardSecurityContainer
     29          (includes 2x keyguard_security_view_top_margin) -->
     30     <dimen name="keyguard_security_height">400dp</dimen>
     31 
     32     <!-- Max Height of the sliding KeyguardSecurityContainer
     33          (includes 2x keyguard_security_view_top_margin) -->
     34     <dimen name="keyguard_security_max_height">450dp</dimen>
     35 
     36     <!-- Margin around the various security views -->
     37     <dimen name="keyguard_security_view_top_margin">8dp</dimen>
     38     <dimen name="keyguard_security_view_lateral_margin">36dp</dimen>
     39 
     40     <!-- EmergencyCarrierArea overlap - amount to overlap the emergency button and carrier text.
     41          Should be 0 on devices with plenty of room (e.g. tablets) -->
     42     <dimen name="eca_overlap">-10dip</dimen>
     43 
     44     <!-- Slice header -->
     45     <dimen name="widget_title_font_size">24dp</dimen>
     46     <dimen name="widget_title_bottom_margin">7dp</dimen>
     47     <dimen name="bottom_text_spacing_digital">0dp</dimen>
     48     <!-- Slice subtitle -->
     49     <dimen name="widget_label_font_size">16dp</dimen>
     50     <!-- Slice offset when pulsing -->
     51     <dimen name="widget_pulsing_bottom_padding">48dp</dimen>
     52     <!-- Clock without header -->
     53     <dimen name="widget_big_font_size">64dp</dimen>
     54     <!-- Clock with header -->
     55     <dimen name="widget_small_font_size">24dp</dimen>
     56     <dimen name="widget_small_font_stroke">0.6dp</dimen>
     57     <!-- Dash between clock and header -->
     58     <dimen name="widget_separator_width">12dp</dimen>
     59     <dimen name="widget_separator_thickness">1dp</dimen>
     60     <dimen name="widget_vertical_padding">26dp</dimen>
     61     <dimen name="widget_icon_bottom_padding">14dp</dimen>
     62     <!-- Subtitle paddings -->
     63     <dimen name="widget_horizontal_padding">8dp</dimen>
     64     <dimen name="widget_icon_size">16dp</dimen>
     65     <dimen name="widget_icon_padding">8dp</dimen>
     66     <!-- Space between notification shelf and dash above it -->
     67     <dimen name="widget_bottom_separator_padding">28dp</dimen>
     68 
     69     <!-- The y translation to apply at the start in appear animations. -->
     70     <dimen name="appear_y_translation_start">32dp</dimen>
     71 
     72     <!-- The size of the dots in the PIN unlock method. -->
     73     <dimen name="password_dot_size">9dp</dimen>
     74     <!-- The size of PIN text in the PIN unlock method. -->
     75     <integer name="scaled_password_text_size">40</integer>
     76 
     77     <!-- The padding between chars of the password view. -->
     78     <dimen name="password_char_padding">8dp</dimen>
     79 
     80     <!-- The vertical margin between the date and the owner info. -->
     81     <dimen name="date_owner_info_margin">4dp</dimen>
     82 
     83     <!-- The translation for disappearing security views after having solved them. -->
     84     <dimen name="disappear_y_translation">-32dp</dimen>
     85 </resources>
     86