• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
114    <!-- Size of the shortcut icon. 0dip means: use the system default -->
115    <dimen name="shortcut_icon_size">0dip</dimen>
116
117    <!-- Width of darkened border for shortcut icon -->
118    <dimen name="shortcut_icon_border_width">1dp</dimen>
119
120    <!-- Text size of shortcut icon overlay text -->
121    <dimen name="shortcut_overlay_text_size">12dp</dimen>
122
123    <!-- Extra vertical padding for darkened background behind shortcut icon overlay text -->
124    <dimen name="shortcut_overlay_text_background_padding">1dp</dimen>
125
126    <!-- Height of list sections (A, B, C) that show the first character of the contacts -->
127    <dimen name="list_section_height">25dip</dimen>
128
129    <!-- Account title left padding -->
130    <dimen name="account_container_left_padding">16dip</dimen>
131
132    <!-- Left padding for a group member list item -->
133    <dimen name="group_member_item_left_padding">4dip</dimen>
134
135    <!-- Left margin for the group member list to match the built in margin in the autocomplete asset -->
136    <dimen name="group_editor_member_list_left_margin">4dip</dimen>
137
138    <!-- Right margin for the group member list to match the built in margin in the autocomplete asset -->
139    <dimen name="group_editor_member_list_right_margin">4dip</dimen>
140
141    <!-- Left padding of the auto complete field to line hint text up with member list -->
142    <dimen name="group_editor_autocomplete_left_padding">8dip</dimen>
143
144    <!-- Border padding for the group detail fragment -->
145    <dimen name="group_detail_border_padding">32dip</dimen>
146
147    <!-- Height of edit text in dialpad fragment -->
148    <dimen name="dialpad_horizontal_margin">0dip</dimen>
149    <dimen name="dialpad_vertical_margin">2dip</dimen>
150    <dimen name="dialpad_digits_text_size">35sp</dimen>
151
152    <!-- Just used in landscape mode -->
153    <dimen name="dialpad_button_height">0px</dimen>
154    <dimen name="dialpad_digits_height">0px</dimen>
155    <dimen name="dialpad_digits_margin_top">0px</dimen>
156    <dimen name="dialpad_digits_margin_bottom">0px</dimen>
157
158    <!-- Width of search view in action bar.  Use 0dip for MATCH_PARENT -->
159    <dimen name="search_view_width">0dip</dimen>
160
161    <!-- contact browser list margins -->
162    <dimen name="contact_browser_list_header_left_margin">16dip</dimen>
163    <dimen name="contact_browser_list_header_right_margin">@dimen/list_visible_scrollbar_padding</dimen>
164    <dimen name="contact_browser_list_item_photo_size">64dip</dimen>
165    <dimen name="contact_browser_list_item_text_indent">8dip</dimen>
166    <dimen name="contact_browser_list_top_margin">8dip</dimen>
167
168    <!-- ContactTile Layouts -->
169    <!--
170      Use sp instead of dip so that the shadowbox heights can all scale uniformly
171      when the font size is scaled for accessibility purposes
172    -->
173    <dimen name="contact_tile_shadowbox_height">48sp</dimen>
174
175    <!-- Call Log -->
176    <dimen name="call_log_call_action_size">32dip</dimen>
177    <dimen name="call_log_call_action_width">48dip</dimen>
178    <dimen name="call_log_call_action_height">64dip</dimen>
179    <dimen name="call_log_icon_margin">4dip</dimen>
180    <dimen name="call_log_inner_margin">8dip</dimen>
181    <dimen name="call_log_outer_margin">16dip</dimen>
182    <dimen name="call_log_indent_margin">24dip</dimen>
183    <dimen name="call_log_list_item_height">56dip</dimen>
184    <dimen name="call_log_list_contact_photo_size">64dip</dimen>
185    <dimen name="call_detail_contact_name_margin">24dip</dimen>
186    <dimen name="call_detail_button_spacing">2dip</dimen>
187
188    <!-- Empty message margins -->
189    <dimen name="empty_message_top_margin">48dip</dimen>
190    <dimen name="no_accounts_message_margin">20dip</dimen>
191
192    <!-- For contact filter setting screens -->
193    <dimen name="contact_filter_left_margin">16dip</dimen>
194    <dimen name="contact_filter_right_margin">16dip</dimen>
195    <dimen name="contact_filter_item_min_height">48dip</dimen>
196    <dimen name="contact_filter_icon_size">32dip</dimen>
197    <dimen name="contact_filter_header_min_height">24dip</dimen>
198
199    <!-- Height for directory headers in contact lists -->
200    <dimen name="directory_header_height">24dip</dimen>
201
202    <!--  Vertical and horizontal padding in between contact tiles -->
203    <dimen name="contact_tile_divider_padding">1dip</dimen>
204
205    <!--  Width of the lead margin on the left of a block quote inside a stream item -->
206    <dimen name="stream_item_stripe_width">8dip</dimen>
207
208</resources>
209