blob: 0d516ebd8a91f52ceae79b05fc18115e39290310 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<dimen name="account_selector_popup_width">400dip</dimen>
<!-- Initial height of transparent space above QuickContacts -->
<dimen name="quickcontact_starting_empty_height">150dp</dimen>
<!-- Initial size of QuickContact's title size -->
<dimen name="quickcontact_maximum_title_size">36dp</dimen>
<!-- When QC is uncollapsed, the title has this much margin on its left, right and bottom -->
<dimen name="quickcontact_title_initial_margin">16dp</dimen>
<!-- Top padding of the entire contact editor -->
<dimen name="editor_padding_top">0dip</dimen>
<!-- Padding of the rounded plus/minus/expand/collapse buttons in the editor -->
<dimen name="editor_round_button_padding_left">8dip</dimen>
<dimen name="editor_round_button_padding_right">8dip</dimen>
<dimen name="editor_round_button_padding_top">8dip</dimen>
<dimen name="editor_round_button_padding_bottom">8dip</dimen>
<!-- Minimum height of a row in the Editor -->
<dimen name="editor_min_line_item_height">48dip</dimen>
<!-- Top padding of an EditText in the Editor -->
<dimen name="editor_text_field_top_padding">8dip</dimen>
<!-- Bottom padding of an EditText in the Editor -->
<dimen name="editor_text_field_bottom_padding">7dip</dimen>
<!-- Right padding of a field in the Editor -->
<dimen name="editor_field_right_padding">4dip</dimen>
<!-- Left padding of a field in the Editor -->
<dimen name="editor_field_left_padding">4dip</dimen>
<!-- Width of the Type-Label in the Editor -->
<dimen name="editor_type_label_width">100dip</dimen>
<!-- Left padding of the label in the add field button for the contact editor -->
<dimen name="editor_add_field_label_left_padding">16dip</dimen>
<!-- Width and height of the expanded contact photo on the contact detail page -->
<dimen name="detail_contact_photo_expanded_size">400dip</dimen>
<!-- This is the minimum amount of space to leave underneath an expanded contact detail
photo -->
<dimen name="expanded_photo_height_offset">100dip</dimen>
<!-- Minimum width for the photo action popup options -->
<dimen name="photo_action_popup_min_width">300dip</dimen>
<!-- Top and bottom padding for a contact detail item -->
<dimen name="detail_item_vertical_margin">8dip</dimen>
<!-- Minimum height of a row in the contact detail -->
<dimen name="detail_min_line_item_height">48dip</dimen>
<!-- Font size used for the contact name in the widget -->
<dimen name="widget_text_size_name">14sp</dimen>
<!-- Font size used for the social status in the widget -->
<dimen name="widget_text_size_snippet">13sp</dimen>
<!-- Height of list sections (A, B, C) that show the first character of the contacts -->
<dimen name="list_section_height">25dip</dimen>
<!-- Account title left padding -->
<dimen name="account_container_left_padding">16dip</dimen>
<!-- Left padding for a group member list item -->
<dimen name="group_member_item_left_padding">4dip</dimen>
<!-- Left and right padding for the group editor view -->
<dimen name="group_editor_side_padding">16dip</dimen>
<!-- Left margin for the group member list to match the built in margin in the autocomplete asset -->
<dimen name="group_editor_member_list_left_margin">4dip</dimen>
<!-- Right margin for the group member list to match the built in margin in the autocomplete asset -->
<dimen name="group_editor_member_list_right_margin">4dip</dimen>
<!-- Left padding of the auto complete field to line hint text up with member list -->
<dimen name="group_editor_autocomplete_left_padding">8dip</dimen>
<!-- Border padding for the group detail fragment -->
<dimen name="group_detail_border_padding">0dip</dimen>
<!-- Height of the quick contact photo container (for screens that are too large to use the screen width/height as a constraint)-->
<dimen name="quick_contact_photo_container_height">180dip</dimen>
<!-- Width of search view in action bar. Use 0dip for MATCH_PARENT -->
<dimen name="search_view_width">0dip</dimen>
<!-- For join screen. Mainly for tablet. -->
<dimen name="join_header_left_margin">@dimen/contact_browser_list_header_left_margin</dimen>
<dimen name="join_header_right_margin">@dimen/contact_browser_list_header_right_margin</dimen>
<dimen name="join_header_top_margin">16dip</dimen>
<dimen name="join_header_bottom_margin">0dip</dimen>
<dimen name="no_accounts_message_margin">20dip</dimen>
<dimen name="contact_filter_header_min_height">24dip</dimen>
<!-- Max width of the SearchView when the contact picker is a dialog (on wide
screen devices). -->
<dimen name="contact_picker_search_view_max_width">550dip</dimen>
<!-- Min height of the list of contacts when the contact picker is a dialog (on
wide screen devices). -->
<dimen name="contact_picker_contact_list_min_height">550dip</dimen>
<!-- Margins for ExpandingEntryCardView -->
<dimen name="expanding_entry_card_marginStart">12dp</dimen>
<dimen name="expanding_entry_card_marginEnd">12dp</dimen>
<dimen name="expanding_entry_card_marginBottom">12dp</dimen>
<!-- Width of the grey border surrounding the expanding entry cards. If we ever add
a rounded corner to the expanding entry cards, than we will need to increase this value -->
<dimen name="expanding_entry_card_border_width">12dp</dimen>
<!-- Top margin for the communication card, used to add space from header. -->
<dimen name="first_card_marginTop">12dp</dimen>
<!-- Elevation of an ExpandingEntryCard, for the sake of shadow casting -->
<dimen name="expanding_entry_card_elevation">1dp</dimen>
<!-- Elevation of the QuickContact's Toolbar, for the sake of shadow casting -->
<dimen name="quick_contact_toolbar_elevation">4.5dp</dimen>
<!-- Size of the title text for a ExpandingEntryCardView -->
<dimen name="expanding_entry_card_title_text_size">16sp</dimen>
<!-- Padding for the title text for a ExpandingEntryCardView -->
<dimen name="expanding_entry_card_title_padding">16dp</dimen>
<!-- Height of the separator between entries in an ExpandingEntryCardView -->
<dimen name="expanding_entry_card_item_separator_height">1dp</dimen>
<!-- Dimensions for an entry in ExpandingEntryCardView -->
<dimen name="expanding_entry_card_item_padding_start">20dp</dimen>
<dimen name="expanding_entry_card_item_padding_end">20dp</dimen>
<dimen name="expanding_entry_card_item_padding_top">16dp</dimen>
<dimen name="expanding_entry_card_item_padding_bottom">16dp</dimen>
<dimen name="expanding_entry_card_item_image_spacing">20dp</dimen>
<!-- Dimensions for a button in ExpandingEntryCardView -->
<dimen name="expanding_entry_card_button_padding_start">20dp</dimen>
<dimen name="expanding_entry_card_button_padding_vertical">16dp</dimen>
<dimen name="expanding_entry_card_button_drawable_padding">20dp</dimen>
<dimen name="expanding_entry_card_item_text_icon_margin_top">7dp</dimen>
<dimen name="expanding_entry_card_item_text_icon_margin_right">7dp</dimen>
<dimen name="expanding_entry_card_item_sub_header_icon_margin_right">4dp</dimen>
<dimen name="expanding_entry_card_item_sub_header_icon_margin_bottom">14dp</dimen>
<dimen name="expanding_entry_card_item_icon_margin_top">8dp</dimen>
<dimen name="expanding_entry_card_item_alternate_icon_margin_end">0dp</dimen>
<dimen name="expanding_entry_card_item_alternate_icon_margin_bottom">10dp</dimen>
<dimen name="expanding_entry_card_badge_separator_margin">8dp</dimen>
<dimen name="people_activity_card_elevation">2dp</dimen>
<!-- The width the that the tabs occupy in the ActionBar when in landscape mode.
426dp is the height of a "small" screen. We should leave 240dp for
the title and menu items -->
<dimen name="people_activity_landscape_tabs_width">186dip</dimen>
<!-- The size of the text displayed in the ActionBar tabs in landscape mode.
Text in the tabs should must be width dependent, otherwise it won't fit in the tabs.
In portrait mode, the tabs look okay when overflowing their allocated space.
We have to be more careful in landscape. -->
<dimen name="people_activity_landscape_tabs_text_size">8dp</dimen>
<dimen name="expanding_entry_card_item_icon_height">24dp</dimen>
<dimen name="expanding_entry_card_item_icon_width">24dp</dimen>
<!-- Width of the box around a tab when the tab has focus -->
<dimen name="tab_focused_stroke_width">1dp</dimen>
</resources>