Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4 ** Copyright 2011, The Android Open Source Project
      5 **
      6 ** Licensed under the Apache License, Version 2.0 (the "License");
      7 ** you may not use this file except in compliance with the License.
      8 ** You may obtain a copy of the License at
      9 **
     10 **     http://www.apache.org/licenses/LICENSE-2.0
     11 **
     12 ** Unless required by applicable law or agreed to in writing, software
     13 ** distributed under the License is distributed on an "AS IS" BASIS,
     14 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     15 ** See the License for the specific language governing permissions and
     16 ** limitations under the License.
     17 */
     18 -->
     19 
     20 <!-- These resources are around just to allow their values to be customized
     21      for different hardware and product builds. -->
     22 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     23     <dimen name="time_text_size">120dip</dimen>
     24     <dimen name="ampm_text_size">20dip</dimen>
     25     <dimen name="date_text_size">15sp</dimen>
     26     <dimen name="next_alarm_text_size">15sp</dimen>
     27     <dimen name="time_margin_right">8dip</dimen>
     28     <dimen name="time_margin_left">8dip</dimen>
     29     <dimen name="time_margin_bottom">8dip</dimen>
     30     <dimen name="time_margin_top">32dip</dimen>
     31     <dimen name="digital_margin_bottom">24dip</dimen>
     32     <dimen name="timer_padding_left">16dip</dimen>
     33     <dimen name="screensaver_margin">16dip</dimen>
     34     <dimen name="ampm_margin_top">8dip</dimen>
     35     <dimen name="font_margin_adjust">4dip</dimen>
     36     <dimen name="next_alarm_margin_top">-4dip</dimen>
     37     <dimen name="alarm_label_padding">8dip</dimen>
     38     <dimen name="alert_dialog_title_height">64dip</dimen>
     39     <dimen name="popup_window_width">196dip</dimen>
     40     <!-- Analog clock size in the the screen saver -->
     41     <dimen name="analog_clock_diameter">236dip</dimen>
     42     <dimen name="timer_circle_diameter">300dip</dimen>
     43     <dimen name="timer_circle_width">350dip</dimen>
     44 
     45     <dimen name="actionbar_tab_padding">0dip</dimen>
     46     <dimen name="actionbar_title_font_size">22sp</dimen>
     47 
     48     <dimen name="circletimer_diamond_size">12dip</dimen>
     49     <dimen name="circletimer_circle_size">4dip</dimen>
     50     <dimen name="circletimer_marker_size">16dip</dimen>
     51 
     52     <dimen name="big_font_size">120dp</dimen>
     53     <dimen name="small_font_size">48sp</dimen>
     54     <dimen name="medium_font_size">60dp</dimen>
     55     <dimen name="label_font_size">14sp</dimen>
     56     <dimen name="header_font_size">24sp</dimen>
     57     <dimen name="body_font_size">18sp</dimen>
     58 
     59     <dimen name="body_font_padding">4dp</dimen>
     60     <dimen name="button_font_size">24sp</dimen>
     61     <dimen name="timer_label_font_size">24sp</dimen>
     62     <dimen name="dialog_button_font_size">14sp</dimen>
     63 
     64     <dimen name="alarm_label_size">12sp</dimen>
     65 
     66     <dimen name="medium_font_padding">12dp</dimen>
     67 
     68     <dimen name="small_space">16dp</dimen>
     69     <dimen name="medium_space_top">24dp</dimen>
     70     <dimen name="medium_space_bottom">8dp</dimen>
     71     <dimen name="style_label_space">4dip</dimen>
     72     <dimen name="sw_item_space">16dip</dimen>
     73 
     74     <dimen name="label_margin_big">4dp</dimen>
     75     <dimen name="label_margin_small">2dp</dimen>
     76 
     77     <dimen name="dialpad_font_size">48sp</dimen>
     78     <dimen name="dialpad_font_size_ampm">24sp</dimen>
     79     <dimen name="city_name_font_size">24sp</dimen>
     80     <dimen name="city_time_font_size">14sp</dimen>
     81 
     82     <dimen name="tablet_dialpad_font_size">60sp</dimen>
     83     <dimen name="tablet_dialpad_font_size_ampm">30sp</dimen>
     84 
     85     <dimen name="cities_list_item_height">64dip</dimen>
     86 
     87     <!-- Size of margin for circles. -->
     88     <dimen name="circle_margin_top">16dp</dimen>
     89     <dimen name="circle_margin">32dp</dimen>
     90     <dimen name="analog_clock_margin">60dp</dimen>
     91     <dimen name="timer_circle_margin">32dp</dimen>
     92 
     93     <dimen name="sw_right_margin">32dp</dimen>
     94 
     95     <!-- The width of the big icons in notifications. -->
     96     <dimen name="notification_large_icon_width">64dp</dimen>
     97     <!-- The width of the big icons in notifications. -->
     98     <dimen name="notification_large_icon_height">64dp</dimen>
     99      <!-- Size of notification text (see TextAppearance.StatusBar.EventContent) -->
    100     <dimen name="notification_text_size">14dp</dimen>
    101     <!-- Size of notification text titles (see TextAppearance.StatusBar.EventContent.Title) -->
    102     <dimen name="notification_title_text_size">18dp</dimen>
    103      <!-- Size of smaller notification text (see TextAppearance.StatusBar.EventContent.Line2, Info, Time) -->
    104     <dimen name="notification_subtext_size">12dp</dimen>
    105 
    106     <!-- Width of the clock, for use with alarm buttons. -->
    107     <dimen name="alarm_alert_display_width">304dip</dimen>
    108 
    109     <!-- Size of analog clock in world clock. -->
    110     <dimen name="world_clock_analog_size">100dip</dimen>
    111     <dimen name="world_clock_margin">32dp</dimen>
    112 
    113     <dimen name="toast_bar_bottom_margin_in_conversation">24dip</dimen>
    114 
    115     <!-- Empty space at the edges of the +1 and reset button icons. Based off of 56dip width, only nonzero for tablets.-->
    116     <dimen name="plusone_reset_button_padding">0dip</dimen>
    117     <!-- Empty space at the edges of the delete button icons. Based off of 56dip width, only nonzero for tablets. -->
    118     <dimen name="delete_button_padding">0dip</dimen>
    119     <!-- Empty space at the edges of the lap button icon. Based off of 56dip width, only nonzero for tablets.-->
    120     <dimen name="lap_button_padding">0dip</dimen> <!-- 11 -->
    121     <!-- Empty space at the edges of the delete button icons. Based off of 56dip width, only nonzero for tablets. -->
    122     <dimen name="share_button_padding">0dip</dimen> <!-- 16 -->
    123     <!-- Extra offset for timer button paddings. Only nonzero for non-tablets. -->
    124     <dimen name="timer_button_extra_offset">14dip</dimen>
    125 
    126     <!-- Height of the button footers. -->
    127     <dimen name="button_footer_height">48dip</dimen>
    128     <!-- Negative value of the height of the button footers, for use with lightsout. -->
    129     <dimen name="button_footer_height_neg">-48dip</dimen>
    130     <!-- Height of space between timers. -->
    131     <dimen name="timer_divider_height">24dip</dimen>
    132 
    133     <!-- Size of alarm alert outer ring. -->
    134     <dimen name="glowpadview_outerring_diameter">270dip</dimen>
    135 
    136     <!-- Default target placement radius for GlowPadView. Should be 1/2 of outerring diameter. -->
    137     <dimen name="glowpadview_target_placement_radius">135dip</dimen>
    138 
    139     <!-- Default glow radius for GlowPadView -->
    140     <dimen name="glowpadview_glow_radius">75dip</dimen>
    141 
    142     <!-- Default distance beyond which GlowPadView snaps to the matching target -->
    143     <dimen name="glowpadview_snap_margin">40dip</dimen>
    144 
    145     <!-- Default distance from each snap target that GlowPadView considers a "hit" -->
    146     <dimen name="glowpadview_inner_radius">15dip</dimen>
    147 
    148     <dimen name="glowpadview_margin_bottom">-64dip</dimen>
    149     <dimen name="glowpadview_margin_right">0dip</dimen>
    150 
    151     <!-- Digital Widget settings (keyguard|home_screen) -->
    152     <!-- Clock and world clock sizes -->
    153     <dimen name="widget_big_font_size">80dp</dimen>
    154     <dimen name="widget_medium_font_size">32dp</dimen>
    155     <dimen name="widget_24_medium_font_size">40dp</dimen>
    156     <!-- width/height of layout/digital_widget_time -->
    157     <!-- height is sum of widget_big_font_size + label_font_size + margins -->
    158     <dimen name="min_digital_widget_width">206dp</dimen>
    159     <dimen name="min_digital_widget_height">129dp</dimen>
    160     <!-- same as min_digital_widget_{width,height} -->
    161     <dimen name="min_digital_widget_resize_width">206dp</dimen>
    162     <dimen name="min_digital_widget_resize_height">129dp</dimen>
    163     <!-- sum of scaled heights -->
    164     <dimen name="digital_widget_list_min_scaled_height">162dp</dimen>
    165     <!-- sum of fixed heights -->
    166     <dimen name="digital_widget_list_min_fixed_height">12dp</dimen>
    167     <!-- top margin for digital_appwidget_listview -->
    168     <dimen name="digital_widget_list_margin_top">12dp</dimen>
    169 
    170 </resources>
    171