Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2009 The Android Open Source Project
      3 
      4      Licensed under the Apache License, Version 2.0 (the "License");
      5      you may not use this file except in compliance with the License.
      6      You may obtain a copy of the License at
      7 
      8           http://www.apache.org/licenses/LICENSE-2.0
      9 
     10      Unless required by applicable law or agreed to in writing, software
     11      distributed under the License is distributed on an "AS IS" BASIS,
     12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13      See the License for the specific language governing permissions and
     14      limitations under the License.
     15 -->
     16 <resources>
     17     <dimen name="account_selector_popup_width">400dip</dimen>
     18 
     19     <dimen name="photo_action_popup_width">400dip</dimen>
     20 
     21     <!-- Top position of quick contact. If this is -1, the vertical position is determined
     22     based on the source of the request -->
     23     <dimen name="quick_contact_top_position">48dip</dimen>
     24 
     25     <!-- Top padding of the entire contact editor  -->
     26     <dimen name="editor_padding_top">0dip</dimen>
     27 
     28     <!-- Padding of the rounded plus/minus/expand/collapse buttons in the editor  -->
     29     <dimen name="editor_round_button_padding_left">8dip</dimen>
     30     <dimen name="editor_round_button_padding_right">8dip</dimen>
     31     <dimen name="editor_round_button_padding_top">8dip</dimen>
     32     <dimen name="editor_round_button_padding_bottom">8dip</dimen>
     33 
     34     <!-- Left padding of the label in the add field button for the contact editor -->
     35     <dimen name="editor_add_field_label_left_padding">16dip</dimen>
     36 
     37     <!-- Width of the Type-Label in the Editor -->
     38     <dimen name="editor_type_label_width">100dip</dimen>
     39 
     40     <!-- Left padding of a field in the Editor -->
     41     <dimen name="editor_field_left_padding">4dip</dimen>
     42 
     43     <!-- Right padding of a field in the Editor -->
     44     <dimen name="editor_field_right_padding">4dip</dimen>
     45 
     46     <!-- Minimum height of a row in the Editor -->
     47     <dimen name="editor_min_line_item_height">48dip</dimen>
     48 
     49     <!-- Height of the tab text label in the tab carousel on the contact detail page -->
     50     <dimen name="detail_tab_carousel_tab_label_height">45dip</dimen>
     51 
     52     <!-- Height of the tab text label in the tab carousel on the contact detail page -->
     53     <dimen name="detail_tab_carousel_tab_label_indent">24dip</dimen>
     54 
     55     <!-- Left and right padding of the text within the update tab in the tab carousel -->
     56     <dimen name="detail_update_tab_side_padding">24dip</dimen>
     57 
     58     <!-- Left and right padding of the update section in the contact detail card -->
     59     <dimen name="detail_update_section_side_padding">16dip</dimen>
     60 
     61     <!-- Vertical padding above and below individual stream items -->
     62     <dimen name="detail_update_section_item_vertical_padding">16dip</dimen>
     63 
     64     <!-- Vertical padding between text and images in a single stream item -->
     65     <dimen name="detail_update_section_between_items_vertical_padding">8dip</dimen>
     66 
     67     <!-- Horizontal padding for individual stream items -->
     68     <dimen name="detail_update_section_item_horizontal_padding">8dip</dimen>
     69 
     70     <!-- Padding between images in a single stream item -->
     71     <dimen name="detail_update_section_between_items_padding">1dip</dimen>
     72 
     73     <!-- Horizontal padding between attribution and comments -->
     74     <dimen name="detail_update_section_attribution_comments_padding">4dip</dimen>
     75 
     76     <!-- Margin around the contact's photo on the contact card -->
     77     <dimen name="detail_contact_photo_margin">8dip</dimen>
     78 
     79     <!-- Width and height of the contact photo on the contact detail page -->
     80     <dimen name="detail_contact_photo_size">256dip</dimen>
     81 
     82     <!-- Left and right padding for a contact detail item -->
     83     <dimen name="detail_item_icon_margin">8dip</dimen>
     84 
     85     <!-- Left and right padding for a contact detail item -->
     86     <dimen name="detail_item_side_margin">16dip</dimen>
     87 
     88     <!-- Top and bottom padding for a contact detail item -->
     89     <dimen name="detail_item_vertical_margin">8dip</dimen>
     90 
     91     <!-- Minimum height of a row in the contact detail -->
     92     <dimen name="detail_min_line_item_height">48dip</dimen>
     93 
     94     <!-- Width of height of an icon from a third-party app in the networks section of the contact card. -->
     95     <dimen name="detail_network_icon_size">32dip</dimen>
     96 
     97     <!-- Font size for the display name in header of the contact detail page -->
     98     <dimen name="detail_header_name_text_size">36sp</dimen>
     99 
    100     <!-- Vertical margin for vertical dividers existing between primary data
    101          (phone number, email, etc.) and a secondary action button -->
    102     <dimen name="detail_vertical_divider_vertical_margin">16dip</dimen>
    103 
    104     <!-- Padding to be used between a visible scrollbar and the contact list -->
    105     <dimen name="list_visible_scrollbar_padding">32dip</dimen>
    106 
    107     <!-- Font size used for the contact name in the widget -->
    108     <dimen name="widget_text_size_name">14sp</dimen>
    109 
    110     <!-- Font size used for the social status in the widget -->
    111     <dimen name="widget_text_size_snippet">13sp</dimen>
    112 
    113     <!-- Size of the shortcut icon. 0dip means: use the system default -->
    114     <dimen name="shortcut_icon_size">0dip</dimen>
    115 
    116     <!-- Width of darkened border for shortcut icon -->
    117     <dimen name="shortcut_icon_border_width">1dp</dimen>
    118 
    119     <!-- Text size of shortcut icon overlay text -->
    120     <dimen name="shortcut_overlay_text_size">12dp</dimen>
    121 
    122     <!-- Extra vertical padding for darkened background behind shortcut icon overlay text -->
    123     <dimen name="shortcut_overlay_text_background_padding">1dp</dimen>
    124 
    125     <!-- Height of list sections (A, B, C) that show the first character of the contacts -->
    126     <dimen name="list_section_height">25dip</dimen>
    127 
    128     <!-- Account title left padding -->
    129     <dimen name="account_container_left_padding">16dip</dimen>
    130 
    131     <!-- Left padding for a group member list item -->
    132     <dimen name="group_member_item_left_padding">4dip</dimen>
    133 
    134     <!-- Left and right padding for the group editor view -->
    135     <dimen name="group_editor_side_padding">16dip</dimen>
    136 
    137     <!-- Left margin for the group member list to match the built in margin in the autocomplete asset -->
    138     <dimen name="group_editor_member_list_left_margin">4dip</dimen>
    139 
    140     <!-- Right margin for the group member list to match the built in margin in the autocomplete asset -->
    141     <dimen name="group_editor_member_list_right_margin">4dip</dimen>
    142 
    143     <!-- Left padding of the auto complete field to line hint text up with member list -->
    144     <dimen name="group_editor_autocomplete_left_padding">8dip</dimen>
    145 
    146     <!-- Border padding for the group detail fragment -->
    147     <dimen name="group_detail_border_padding">0dip</dimen>
    148 
    149     <!-- Left and right margin for the divider in the group detail fragment -->
    150     <dimen name="group_detail_side_margin">0dip</dimen>
    151 
    152     <!-- Height of the quick contact photo container (for screens that are too large to use the screen width/height as a constraint)-->
    153     <dimen name="quick_contact_photo_container_height">200dip</dimen>
    154 
    155     <!-- Height of edit text in dialpad fragment -->
    156     <dimen name="dialpad_horizontal_margin">0dip</dimen>
    157     <dimen name="dialpad_vertical_margin">2dip</dimen>
    158     <dimen name="dialpad_digits_text_size">35sp</dimen>
    159 
    160     <!-- Just used in landscape mode -->
    161     <dimen name="dialpad_button_height">0px</dimen>
    162     <dimen name="dialpad_digits_height">0px</dimen>
    163     <dimen name="dialpad_digits_margin_top">0px</dimen>
    164     <dimen name="dialpad_digits_margin_bottom">0px</dimen>
    165 
    166     <!-- Width of search view in action bar.  Use 0dip for MATCH_PARENT -->
    167     <dimen name="search_view_width">0dip</dimen>
    168 
    169     <!-- contact browser list margins -->
    170     <dimen name="contact_browser_list_header_left_margin">16dip</dimen>
    171     <dimen name="contact_browser_list_header_right_margin">@dimen/list_visible_scrollbar_padding</dimen>
    172     <dimen name="contact_browser_list_item_photo_size">64dip</dimen>
    173     <dimen name="contact_browser_list_item_text_indent">8dip</dimen>
    174     <dimen name="contact_browser_list_top_margin">8dip</dimen>
    175     <!-- For join screen. Mainly for tablet. -->
    176     <dimen name="join_header_left_margin">@dimen/contact_browser_list_header_left_margin</dimen>
    177     <dimen name="join_header_right_margin">@dimen/contact_browser_list_header_right_margin</dimen>
    178     <dimen name="join_header_top_margin">16dip</dimen>
    179     <dimen name="join_header_bottom_margin">0dip</dimen>
    180 
    181     <dimen name="account_filter_header_top_padding">0dip</dimen>
    182 
    183     <!-- ContactTile Layouts -->
    184     <!--
    185       Use sp instead of dip so that the shadowbox heights can all scale uniformly
    186       when the font size is scaled for accessibility purposes
    187     -->
    188     <dimen name="contact_tile_shadowbox_height">48sp</dimen>
    189 
    190     <!-- Top padding of the ListView in the contact tile list -->
    191     <dimen name="contact_tile_list_padding_top">0dip</dimen>
    192 
    193     <!-- Call Log -->
    194     <dimen name="call_log_call_action_size">32dip</dimen>
    195     <dimen name="call_log_call_action_width">48dip</dimen>
    196     <dimen name="call_log_call_action_height">64dip</dimen>
    197     <dimen name="call_log_icon_margin">4dip</dimen>
    198     <dimen name="call_log_inner_margin">8dip</dimen>
    199     <dimen name="call_log_outer_margin">16dip</dimen>
    200     <dimen name="call_log_indent_margin">24dip</dimen>
    201     <dimen name="call_log_list_item_height">56dip</dimen>
    202     <dimen name="call_log_list_contact_photo_size">64dip</dimen>
    203     <dimen name="call_detail_contact_name_margin">24dip</dimen>
    204     <dimen name="call_detail_button_spacing">2dip</dimen>
    205 
    206     <!-- Empty message margins -->
    207     <dimen name="empty_message_top_margin">48dip</dimen>
    208     <dimen name="no_accounts_message_margin">20dip</dimen>
    209 
    210     <!-- For contact filter setting screens -->
    211     <dimen name="contact_filter_left_margin">16dip</dimen>
    212     <dimen name="contact_filter_right_margin">16dip</dimen>
    213     <dimen name="contact_filter_item_min_height">48dip</dimen>
    214     <dimen name="contact_filter_icon_size">32dip</dimen>
    215     <dimen name="contact_filter_header_min_height">24dip</dimen>
    216 
    217     <!-- Height for directory headers in contact lists -->
    218     <dimen name="directory_header_height">24dip</dimen>
    219 
    220     <!--  Vertical and horizontal padding in between contact tiles -->
    221     <dimen name="contact_tile_divider_padding">1dip</dimen>
    222 
    223     <!--  Width of the lead margin on the left of a block quote inside a stream item -->
    224     <dimen name="stream_item_stripe_width">8dip</dimen>
    225 
    226     <!-- Layout weight values for dialpad screen. These layouts will be used in one
    227          LinearLayout (dialpad_fragment.xml), configuring dialpad screen's vertical
    228          ratio. -->
    229     <integer name="dialpad_layout_weight_digits">20</integer>
    230     <integer name="dialpad_layout_weight_dialpad">65</integer>
    231     <integer name="dialpad_layout_weight_additional_buttons">15</integer>
    232 
    233     <!-- Minimum height used with @drawable/list_section_divider_holo_custom.
    234          Right now the drawable has implicit 32dip minimal height, which is confusing.
    235          This value is for making the hidden configuration explicit in xml. -->
    236     <dimen name="list_section_divider_min_height">32dip</dimen>
    237 
    238     <!-- Max width of the SearchView when the contact picker is a dialog (on wide
    239          screen devices). -->
    240     <dimen name="contact_picker_search_view_max_width">550dip</dimen>
    241 
    242     <!-- Min height of the list of contacts when the contact picker is a dialog (on
    243         wide screen devices). -->
    244     <dimen name="contact_picker_contact_list_min_height">550dip</dimen>
    245 </resources>
    246