blob: 2b7132e4ac5e721556eb23fc27463872af13479f [file] [log] [blame]
Jeff Sharkey802b2052009-08-04 14:21:06 -07001<?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-->
Jeff Sharkey73714ff2009-08-23 22:13:04 -070016<resources>
Daniel Lehmann20130582010-10-21 20:51:15 -070017 <dimen name="account_selector_popup_width">400dip</dimen>
Daniel Lehmann9442ef42010-11-09 17:35:53 -080018
Brian Attwellb7e43642014-06-02 14:33:04 -070019 <!-- Initial height of transparent space above QuickContacts -->
20 <dimen name="quickcontact_starting_empty_height">150dp</dimen>
Brian Attwell9b889e62014-06-23 18:25:32 -070021 <!-- Initial size of QuickContact's title size -->
Tingting Wangdf65d162015-07-24 17:04:35 -070022 <dimen name="quickcontact_maximum_title_size">32dp</dimen>
23 <!-- Initial size of QuickContact's phonetic name size -->
24 <dimen name="quickcontact_maximum_phonetic_name_size">28dp</dimen>
25 <!-- When QC is uncollapsed, the title has this much margin on its left and right. -->
Brian Attwellbe48e0c2014-06-25 10:31:59 -070026 <dimen name="quickcontact_title_initial_margin">16dp</dimen>
Tingting Wangdf65d162015-07-24 17:04:35 -070027 <!-- When QC is uncollapsed, the title has this much margin on its bottom -->
28 <dimen name="quickcontact_title_initial_bottom_margin">8dp</dimen>
Brian Attwell841c3332014-10-27 15:05:09 -070029 <!-- The ratio of width:height for the contact's photo in landscape -->
30 <item name="quickcontact_landscape_photo_ratio" type="dimen" format="float">0.7</item>
Brian Attwell5fd86982014-12-04 16:25:33 -080031 <!-- How far QuickContacts can be dragged and released from the top of the window before we dismiss it. -->
32 <dimen name="quickcontact_dismiss_distance_on_release">40dp</dimen>
33 <!-- How far QuickContacts can be dragged from the top of the window before we dismiss it. -->
34 <dimen name="quickcontact_dismiss_distance_on_scroll">100dp</dimen>
35 <!-- When first flinging QuickContacts towards the top of the window if the fling is
36 predicted to scroll past the window top by less than this amount, then QuickContacts
37 snaps to the top of the window. -->
38 <dimen name="quickcontact_snap_to_top_slop_height">33dp</dimen>
Daniel Lehmannedb576a2011-07-27 16:45:13 -070039
Gary Mai363af602016-09-28 10:01:23 -070040 <!-- Account info left margin in editor. -->
41 <dimen name="editor_account_left_margin">4dp</dimen>
42
43 <!-- Margin between name field and whatever fields are above it. -->
44 <dimen name="editor_name_top_margin">8dp</dimen>
45
46 <!-- Top margin for "Saving to" account header text field. -->
47 <dimen name="editor_account_header_top_margin">3dp</dimen>
48
49 <!-- The ratio of width:height (360:184) for the editor contact photo in portrait -->
Walter Jang9d8f37e2015-03-16 13:56:15 -070050 <item name="editor_portrait_photo_ratio" type="dimen" format="float">1.96</item>
51
Chiao Chengddd4e822012-12-06 12:18:01 -080052 <!-- Padding of the rounded plus/minus/expand/collapse buttons in the editor -->
Brian Attwell179a42b2014-10-09 19:15:22 -070053 <dimen name="editor_round_button_padding_left">16dip</dimen>
54 <dimen name="editor_round_button_padding_right">16dip</dimen>
55 <dimen name="editor_round_button_padding_top">16dip</dimen>
56 <dimen name="editor_round_button_padding_bottom">16dip</dimen>
Chiao Chengddd4e822012-12-06 12:18:01 -080057
Walter Jang10f89da2015-03-16 10:32:04 -070058 <!-- Minimum height of a row in the Editor. This is the target height for editor "rows",
59 including the "More fields" button/row. -->
60 <dimen name="editor_min_line_item_height">54dp</dimen>
Chiao Chengddd4e822012-12-06 12:18:01 -080061
Brian Attwellda719192014-11-11 18:30:05 -080062 <!-- Width of the delete button (X) in the raw contact editor -->
63 <dimen name="editor_delete_button_width">48dp</dimen>
64
Brian Attwell043fba62014-10-30 11:11:56 -070065 <!-- The height and width of the delete button should be the same size as an editor row -->
66 <dimen name="editor_delete_button_size">@dimen/editor_min_line_item_height</dimen>
Brian Attwell5cc21eb2014-06-03 21:08:01 -070067
Brian Attwell043fba62014-10-30 11:11:56 -070068 <!-- Top margin applied to mime-type icons inside the editor. This is needed to give the
69 appearance that the icons are top aligned with the text, since visible text doesn't
70 start at the very top of TextViews. -->
Brian Attwell8c188a02014-12-17 18:25:14 -080071 <dimen name="editor_kind_icon_top_margin">14dp</dimen>
Brian Attwell5cc21eb2014-06-03 21:08:01 -070072
Brian Attwell043fba62014-10-30 11:11:56 -070073 <!-- RHS padding added to spinners in the editor. This separates the spinner text from the
74 spinner graphic since b/18194928 causes the spinner to always be on the RHS.
75 In LTR mode this shouldn't have an observable affect. We set paddingRight instead of
76 drawablePadding since the spinner graphic is not a normal drawable. -->
77 <dimen name="editor_spinner_right_padding_workaround">24dip</dimen>
Chiao Chengddd4e822012-12-06 12:18:01 -080078
guanxiongliu8d29af02016-03-17 09:50:54 -070079 <!-- RHS padding added to spinners for L devices -->
80 <dimen name="editor_spinner_right_padding">40dip</dimen>
81
Brian Attwell043fba62014-10-30 11:11:56 -070082 <!-- Size of input form text inside the contact editor -->
83 <dimen name="editor_form_text_size">16sp</dimen>
Chiao Chengddd4e822012-12-06 12:18:01 -080084
Brian Attwell043fba62014-10-30 11:11:56 -070085 <!-- Width and height of the mime-type icons inside the editor -->
86 <dimen name="editor_kind_icon_size">24dp</dimen>
87
Brian Attwell2ebade82014-11-04 19:04:42 -080088 <!-- Total width of data-kind icon, including its start and end padding -->
Brian Attwell7e670822014-11-07 16:36:30 -080089 <dimen name="editor_kind_icon_total_width">68dp</dimen>
Brian Attwell2ebade82014-11-04 19:04:42 -080090
Brian Attwell7e670822014-11-07 16:36:30 -080091 <!-- Padding below every editor view, such as LabeledEditorView. This value is chosen
Walter Jang10f89da2015-03-16 10:32:04 -070092 to give 19dp of apparent padding between EditText's in the Raw Contact Editor. -->
93 <dimen name="editor_padding_between_editor_views">2dp</dimen>
Brian Attwell7e670822014-11-07 16:36:30 -080094
Walter Jang10f89da2015-03-16 10:32:04 -070095 <!-- Padding below every readonly editor view. This value is chosen to give 19dp of apparent
96 padding between TextView's in the readonly Raw Contact Editor. -->
97 <dimen name="editor_padding_between_read_only_editor_views">9dp</dimen>
Brian Attwellba4d5842014-12-09 14:23:02 -080098
Chiao Chengddd4e822012-12-06 12:18:01 -080099 <!-- Width of the Type-Label in the Editor -->
Brian Attwell043fba62014-10-30 11:11:56 -0700100 <dimen name="editor_type_label_width">150dip</dimen>
101
Katherine Kuan1ebbd5b2011-08-05 14:39:34 -0700102 <!-- Left padding of the label in the add field button for the contact editor -->
103 <dimen name="editor_add_field_label_left_padding">16dip</dimen>
104
Wenyi Wang3e8cc352015-10-28 18:14:10 -0700105 <!-- Top and bottom padding for the two text views in editor account header expandable -->
106 <dimen name="editor_account_header_expandable_top_bottom_padding">24dp</dimen>
107
108 <!-- left padding for the two text views in editor account header expandable -->
109 <dimen name="editor_account_header_expandable_left_padding">4dp</dimen>
110
Maurice Chu2d4632c2012-05-09 18:29:54 -0700111 <!-- Width and height of the expanded contact photo on the contact detail page -->
112 <dimen name="detail_contact_photo_expanded_size">400dip</dimen>
113
114 <!-- This is the minimum amount of space to leave underneath an expanded contact detail
115 photo -->
116 <dimen name="expanded_photo_height_offset">100dip</dimen>
117
118 <!-- Minimum width for the photo action popup options -->
119 <dimen name="photo_action_popup_min_width">300dip</dimen>
120
Sean Midfordd3bf8fc2016-11-22 14:59:24 -0800121 <!-- Minimum width for the custom label edit dialog -->
122 <dimen name="custom_dialog_min_width">300dip</dimen>
123
124 <!-- Custom dialog padding dimens -->
125 <dimen name="custom_dialog_layout_padding">24dip</dimen>
126
127 <!-- Custom dialog layout dimens -->
128 <dimen name="custom_dialog_layout">4dip</dimen>
129
Katherine Kuanf81e4c62011-07-01 21:46:08 -0700130 <!-- Top and bottom padding for a contact detail item -->
Katherine Kuan5a7b5632011-08-08 17:11:44 -0700131 <dimen name="detail_item_vertical_margin">8dip</dimen>
Katherine Kuan2719ab02011-05-02 17:18:04 -0700132
Dmitri Plotnikovba3c2e52011-01-23 14:02:54 -0800133 <!-- Minimum height of a row in the contact detail -->
134 <dimen name="detail_min_line_item_height">48dip</dimen>
135
Dmitri Plotnikov192a1382010-12-20 12:33:58 -0800136 <!-- Font size used for the contact name in the widget -->
137 <dimen name="widget_text_size_name">14sp</dimen>
138
139 <!-- Font size used for the social status in the widget -->
140 <dimen name="widget_text_size_snippet">13sp</dimen>
Dmitri Plotnikovb18624f2011-01-21 19:10:43 -0800141
Mindy Pereirac0cba732011-08-25 09:00:43 -0700142 <!-- Account title left padding -->
143 <dimen name="account_container_left_padding">16dip</dimen>
144
Katherine Kuan229eed42011-10-27 11:45:32 -0700145 <!-- Left and right padding for the group editor view -->
146 <dimen name="group_editor_side_padding">16dip</dimen>
147
Katherine Kuancd51c912011-08-07 19:30:47 -0700148 <!-- Border padding for the group detail fragment -->
Katherine Kuan34bafe02011-10-20 18:42:56 -0700149 <dimen name="group_detail_border_padding">0dip</dimen>
150
Katherine Kuan229eed42011-10-27 11:45:32 -0700151 <!-- Height of the quick contact photo container (for screens that are too large to use the screen width/height as a constraint)-->
Daniel Lehmann75e262b2012-03-27 21:27:18 -0700152 <dimen name="quick_contact_photo_container_height">180dip</dimen>
Katherine Kuan229eed42011-10-27 11:45:32 -0700153
Makoto Onuki4ba903c2011-07-07 16:55:17 -0700154 <!-- Width of search view in action bar. Use 0dip for MATCH_PARENT -->
155 <dimen name="search_view_width">0dip</dimen>
Isaac Katzenelson36b27c62011-07-20 12:06:01 -0700156
Daisuke Miyakawa594dc442011-10-26 16:21:44 -0700157 <!-- For join screen. Mainly for tablet. -->
158 <dimen name="join_header_left_margin">@dimen/contact_browser_list_header_left_margin</dimen>
159 <dimen name="join_header_right_margin">@dimen/contact_browser_list_header_right_margin</dimen>
Sean Midford85405d02016-11-09 20:00:56 -0800160 <dimen name="join_header_top_margin">12dip</dimen>
161 <dimen name="join_header_bottom_margin">12dip</dimen>
Frank Sposaro595d6ea2011-07-20 11:03:26 -0700162
Daisuke Miyakawa8f59c2b2011-08-04 13:22:19 -0700163 <dimen name="contact_filter_header_min_height">24dip</dimen>
164
Katherine Kuand4000c62011-11-04 12:02:25 -0700165 <!-- Max width of the SearchView when the contact picker is a dialog (on wide
166 screen devices). -->
167 <dimen name="contact_picker_search_view_max_width">550dip</dimen>
168
169 <!-- Min height of the list of contacts when the contact picker is a dialog (on
170 wide screen devices). -->
171 <dimen name="contact_picker_contact_list_min_height">550dip</dimen>
Daisuke Miyakawa547c9172012-03-09 10:27:11 -0800172
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700173
Paul Soulos2fad98e2014-05-29 16:20:05 -0700174 <!-- Margins for ExpandingEntryCardView -->
Paul Soulosd3229ff2014-09-09 11:02:59 -0700175 <dimen name="expanding_entry_card_marginStartEnd">8dp</dimen>
Brian Attwell8b8701f2014-06-24 16:23:07 -0700176 <dimen name="expanding_entry_card_marginBottom">12dp</dimen>
Brian Attwell4462dfd2014-06-23 21:15:42 -0700177 <!-- Width of the grey border surrounding the expanding entry cards. If we ever add
178 a rounded corner to the expanding entry cards, than we will need to increase this value -->
179 <dimen name="expanding_entry_card_border_width">12dp</dimen>
Brian Attwell8b8701f2014-06-24 16:23:07 -0700180
181 <!-- Top margin for the communication card, used to add space from header. -->
Paul Soulosa0c35082014-07-18 12:20:36 -0700182 <dimen name="first_card_marginTop">12dp</dimen>
Paul Soulos2fad98e2014-05-29 16:20:05 -0700183
Brian Attwell019c71f2014-06-10 19:29:03 -0700184 <!-- Elevation of an ExpandingEntryCard, for the sake of shadow casting -->
Paul Soulosac9b3162014-07-30 16:45:01 -0700185 <dimen name="expanding_entry_card_elevation">2dp</dimen>
Brian Attwell019c71f2014-06-10 19:29:03 -0700186 <!-- Elevation of the QuickContact's Toolbar, for the sake of shadow casting -->
Brian Attwell9b889e62014-06-23 18:25:32 -0700187 <dimen name="quick_contact_toolbar_elevation">4.5dp</dimen>
Paul Soulos2fad98e2014-05-29 16:20:05 -0700188
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700189 <!-- Size of the title text for a ExpandingEntryCardView -->
190 <dimen name="expanding_entry_card_title_text_size">16sp</dimen>
191 <!-- Padding for the title text for a ExpandingEntryCardView -->
192 <dimen name="expanding_entry_card_title_padding">16dp</dimen>
Paul Soulos13217362014-08-14 12:27:08 -0700193 <!-- Extra top padding if the title is set to null -->
194 <dimen name="expanding_entry_card_null_title_top_extra_padding">2dp</dimen>
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700195
Brian Attwelldaa20582014-11-25 20:45:44 -0800196 <!-- Height of the separator between entries in an ExpandingEntryCardView and contact editor. -->
197 <dimen name="divider_line_height">1dp</dimen>
198
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700199 <!-- Dimensions for an entry in ExpandingEntryCardView -->
Paul Soulosa2fec382014-07-15 13:30:07 -0700200 <dimen name="expanding_entry_card_item_padding_start">20dp</dimen>
guanxiongliu3a580ba2016-03-11 11:13:19 -0800201 <dimen name="expanding_entry_card_item_padding_end">8dp</dimen>
Wenyi Wangb82d0d12016-02-29 10:48:37 -0800202 <dimen name="expanding_entry_card_item_padding_top">13dp</dimen>
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700203 <dimen name="expanding_entry_card_item_padding_bottom">16dp</dimen>
Paul Soulosac9b3162014-07-30 16:45:01 -0700204 <dimen name="expanding_entry_card_item_image_spacing">27dp</dimen>
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700205
206 <!-- Dimensions for a button in ExpandingEntryCardView -->
Paul Soulosac9b3162014-07-30 16:45:01 -0700207 <dimen name="expanding_entry_card_button_padding_vertical">18dp</dimen>
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700208
209 <dimen name="expanding_entry_card_item_text_icon_margin_top">7dp</dimen>
210 <dimen name="expanding_entry_card_item_text_icon_margin_right">7dp</dimen>
211 <dimen name="expanding_entry_card_item_sub_header_icon_margin_right">4dp</dimen>
212 <dimen name="expanding_entry_card_item_sub_header_icon_margin_bottom">14dp</dimen>
213
guanxiongliu18bba662016-02-10 18:35:14 -0800214 <dimen name="expanding_entry_card_item_icon_margin_top">12dp</dimen>
guanxiongliu3a580ba2016-03-11 11:13:19 -0800215 <dimen name="expanding_entry_card_item_icon_margin_bottom">12dp</dimen>
216 <dimen name="expanding_entry_card_item_icon_margin_left">12dp</dimen>
217 <dimen name="expanding_entry_card_item_icon_margin_right">12dp</dimen>
Paul Soulosac9b3162014-07-30 16:45:01 -0700218 <dimen name="expanding_entry_card_item_header_only_margin_top">6dp</dimen>
Paul Soulosdd7419d2014-07-15 11:22:13 -0700219
Paul Soulosac9b3162014-07-30 16:45:01 -0700220 <dimen name="expanding_entry_card_card_corner_radius">2dp</dimen>
221 <dimen name="expanding_entry_card_header_margin_bottom">2dp</dimen>
222 <!-- The top margin when the sub header and text views are both gone -->
223 <dimen name="expanding_entry_card_item_header_only_margin_bottom">2dp</dimen>
Paul Soulosedd44f02014-08-19 17:07:03 -0700224 <dimen name="expanding_entry_card_item_no_icon_margin_top">6dp</dimen>
Paul Soulos6b632892014-07-28 14:05:11 -0700225
Wenyi Wang53684892015-10-23 11:11:16 -0700226 <dimen name="quickcontact_suggestion_card_icon_height">40dp</dimen>
227 <dimen name="quickcontact_suggestion_card_icon_width">40dp</dimen>
Tingting Wange3a7c4f2015-09-24 18:23:18 -0700228 <dimen name="quickcontact_suggestion_card_image_spacing">20dp</dimen>
229 <dimen name="quickcontact_suggestion_card_layout_margin">8dp</dimen>
230 <dimen name="quickcontact_suggestion_card_checkbox_right_margin">16dp</dimen>
Wenyi Wang53684892015-10-23 11:11:16 -0700231 <dimen name="quickcontact_collapse_view_height">48dp</dimen>
232 <dimen name="quickcontact_collapse_icon_size">24dp</dimen>
233 <dimen name="quickcontact_collapse_text_padding">12dp</dimen>
Tingting Wang4f5770c2015-11-02 12:16:32 -0800234 <dimen name="quickcontact_collapse_image_padding">20dp</dimen>
Wenyi Wang53684892015-10-23 11:11:16 -0700235 <dimen name="quickcontact_expanding_help_text_size">14sp</dimen>
236 <dimen name="quickcontact_expanding_button_right_padding">16dp</dimen>
237 <dimen name="quickcontact_expanding_item_height">72dp</dimen>
238 <dimen name="quickcontact_expanding_item_padding">8dp</dimen>
239 <dimen name="quickcontact_expanding_item_image_padding">12dp</dimen>
240 <dimen name="quickcontact_expanding_button_section_height">48dp</dimen>
241 <dimen name="quickcontact_expanding_button_section_padding">8dp</dimen>
Tingting Wange3a7c4f2015-09-24 18:23:18 -0700242
Paul Soulose0055662014-07-10 16:33:08 -0700243 <dimen name="expanding_entry_card_item_icon_height">24dp</dimen>
244 <dimen name="expanding_entry_card_item_icon_width">24dp</dimen>
Brian Attwell95d46362014-07-14 16:42:35 -0700245
246 <!-- Width of the box around a tab when the tab has focus -->
247 <dimen name="tab_focused_stroke_width">1dp</dimen>
Brian Attwell7a3bd352014-09-08 13:44:18 -0700248
guanxiongliuda161462016-07-27 18:46:41 -0700249 <dimen name="contact_browser_list_item_padding_top_or_bottom">7dp</dimen>
Wenyi Wang1114fde2016-07-11 21:44:02 -0700250
251 <dimen name="contact_browser_list_item_height">56dp</dimen>
Wenyi Wang409541c2015-10-15 20:12:56 -0700252
Wenyi Wang9cfe1af2016-04-07 18:06:08 -0700253 <!-- Navigation drawer header height, the same as the status bar in landscape and portrait modes -->
254 <dimen name="nav_header_height">24dp</dimen>
Wenyi Wangf568b302016-04-02 13:58:43 -0700255
Marcus Hagerotte1275792016-11-17 10:41:12 -0800256 <!-- Default activity margins, per the Android Material Design guidelines. -->
257 <dimen name="activity_horizontal_margin">16dp</dimen>
258 <dimen name="activity_vertical_margin">16dp</dimen>
Wenyi Wangf568b302016-04-02 13:58:43 -0700259
Sean Midforddfd0b0d2016-11-01 15:05:33 -0700260 <dimen name="nav_new_badge_corners">3dp</dimen>
261 <dimen name="nav_new_badge_vertical_pad">2dp</dimen>
262 <dimen name="nav_new_badge_horizontal_pad">5dp</dimen>
263 <dimen name="nav_new_badge_font_size">11sp</dimen>
264
yaolub5046052016-07-28 15:34:02 -0700265 <!-- Top padding for the image for empty group view -->
yaolu6afd44d2016-07-27 15:45:55 -0700266 <dimen name="empty_group_view_image_padding_top">8dp</dimen>
267
Wenyi Wangf128ea82016-07-25 11:56:40 -0700268 <!-- Height for the image for empty group and main view-->
269 <dimen name="empty_view_image_height">180dp</dimen>
yaolu6afd44d2016-07-27 15:45:55 -0700270
yaolub5046052016-07-28 15:34:02 -0700271 <!-- Top padding for the text for empty group view -->
yaolud8effeb2016-06-29 14:42:38 -0700272 <dimen name="empty_group_view_text_padding_top">32dp</dimen>
yaolud8effeb2016-06-29 14:42:38 -0700273
Wenyi Wangf128ea82016-07-25 11:56:40 -0700274 <!-- Top padding for the text for empty account view -->
275 <dimen name="empty_account_view_text_padding_top">24dp</dimen>
276
Wenyi Wangdb662692016-07-14 16:07:44 -0700277 <!-- End margin of edit group title -->
278 <dimen name="edit_group_end_margin">72dp</dimen>
yaolub95e55a2016-07-15 17:12:25 -0700279
280 <!-- Minimum height for group name EditText -->
Sean Midfordd3bf8fc2016-11-22 14:59:24 -0800281 <dimen name="dialog_edit_text_min_height">48dp</dimen>
Xi Chen947c23d2016-06-30 20:23:52 -0700282
283 <!-- Distance to pull down before causing a refresh. -->
284 <dimen name="pull_to_refresh_distance">40dp</dimen>
Wenyi Wangcf079572016-07-27 18:06:27 -0700285
Wenyi Wang81067f52016-07-26 18:18:11 -0700286 <!-- Elevation of contact list header -->
287 <dimen name="contact_list_header_elevation">2dp</dimen>
Wenyi Wangf128ea82016-07-25 11:56:40 -0700288
289 <!-- Gap b/w image view and top of the screen in empty main view -->
290 <dimen name="empty_home_view_image_offset">210dp</dimen>
291
292 <!-- Top padding for the text for empty main view -->
293 <dimen name="empty_home_view_text_padding_top">32dp</dimen>
294
295 <!-- Extra margin above image in empty account view -->
296 <dimen name="empty_account_view_image_offset">30dp</dimen>
yaolu189036a2016-07-29 15:50:28 -0700297
298 <!-- Margin offset b/w the image top and app bar bottom for no account empty view -->
299 <dimen name="contacts_no_account_empty_image_offset">230dp</dimen>
300
301 <!-- Width for the image for contacts no account empty view -->
302 <dimen name="contacts_no_account_empty_image_width">180dp</dimen>
303
304 <!-- Top padding for the text for no account empty view -->
305 <dimen name="contacts_no_account_empty_text_padding_top">32dp</dimen>
306
307 <!-- Top padding for add account button for no account empty view -->
308 <dimen name="contacts_no_account_empty_button_padding_top">16dp</dimen>
309
310 <!-- Margin b/w add account button and import contacts button for no account empty view -->
311 <dimen name="contacts_no_account_buttons_margin">8dp</dimen>
Walter Jang13a9c332016-08-13 08:35:14 -0700312
313 <!-- Padding between the action bar's bottom edge and the first header
314 in contacts/group lists. -->
315 <dimen name="list_header_extra_top_padding">0dip</dimen>
316
317 <dimen name="list_section_divider_min_height">32dip</dimen>
318
319 <dimen name="directory_header_extra_top_padding">18dp</dimen>
320 <dimen name="directory_header_extra_bottom_padding">8dp</dimen>
321 <dimen name="directory_header_left_padding">16dp</dimen>
322
323 <!-- Horizontal padding in between contact tiles -->
324 <dimen name="contact_tile_divider_padding">23dip</dimen>
325 <!-- Horizontal whitespace (both padding and margin) before the first tile and after the last tile -->
326 <dimen name="contact_tile_start_end_whitespace">16dip</dimen>
327
328 <!-- Left and right padding for a contact detail item -->
329 <dimen name="detail_item_side_margin">16dip</dimen>
330
331 <!-- ContactTile Layouts -->
332 <!--
333 Use sp instead of dip so that the shadowbox heights can all scale uniformly
334 when the font size is scaled for accessibility purposes
335 -->
336 <dimen name="contact_tile_shadowbox_height">48sp</dimen>
337
338 <!-- For contact filter setting screens -->
339 <dimen name="contact_filter_left_margin">8dp</dimen>
340 <dimen name="contact_filter_right_margin">16dip</dimen>
341 <dimen name="contact_filter_item_min_height">48dip</dimen>
342 <dimen name="contact_filter_icon_size">32dip</dimen>
343 <dimen name="contact_filter_list_item_height">56dp</dimen>
344 <dimen name="contact_filter_list_item_padding_start">16dp</dimen>
345 <!-- contact_filter_indicator is the arrow in expandable list view -->
346 <dimen name="contact_filter_indicator_padding_start">6dp</dimen>
347 <dimen name="contact_filter_indicator_padding_end">46dp</dimen>
348 <dimen name="contact_filter_action_button_width">72dp</dimen>
349
350 <!-- Padding to be used between a visible scrollbar and the contact list -->
351 <dimen name="list_visible_scrollbar_padding">32dip</dimen>
352
353 <dimen name="contact_browser_list_header_icon_left_margin">16dp</dimen>
354 <dimen name="contact_browser_list_header_icon_right_margin">14dp</dimen>
355 <dimen name="contact_browser_list_header_icon_left_margin_alt">18dp</dimen>
356 <dimen name="contact_browser_list_header_icon_right_margin_alt">16dp</dimen>
357 <dimen name="contact_browser_list_header_left_margin">16dip</dimen>
358 <dimen name="contact_browser_list_header_right_margin">@dimen/list_visible_scrollbar_padding</dimen>
359 <dimen name="contact_browser_list_item_text_indent">8dip</dimen>
360 <dimen name="contact_browser_list_header_height">48dp</dimen>
361 <dimen name="contact_browser_list_header_icon_size">24dp</dimen>
362 <dimen name="contact_browser_list_header_icon_size_alt">20dp</dimen>
363 <dimen name="contact_browser_list_header_text_margin">10dp</dimen>
364 <!-- Width of a contact list item section header. -->
365 <dimen name="contact_list_section_header_width">56dp</dimen>
366
367 <!-- Size of the shortcut icon. 0dip means: use the system default -->
368 <dimen name="shortcut_icon_size">0dip</dimen>
369
370 <!-- Text size of shortcut icon overlay text -->
371 <dimen name="shortcut_overlay_text_size">12dp</dimen>
372
373 <!-- Extra vertical padding for darkened background behind shortcut icon overlay text -->
374 <dimen name="shortcut_overlay_text_background_padding">1dp</dimen>
375
376 <!-- Width of height of an icon from a third-party app in the networks section of the contact card. -->
377 <dimen name="detail_network_icon_size">40dp</dimen>
378
379 <!-- Empty message margins -->
380 <dimen name="empty_message_top_margin">48dip</dimen>
381
382 <!-- contact browser list margins -->
383 <dimen name="contact_browser_list_item_text_size">16sp</dimen>
384 <dimen name="contact_browser_list_item_photo_size">40dp</dimen>
385 <dimen name="contact_browser_list_item_gap_between_image_and_text">15dp</dimen>
386 <dimen name="contact_browser_list_item_gap_between_indexer_and_image">16dp</dimen>
387 <dimen name="contact_browser_list_top_margin">12dp</dimen>
388
389 <!-- Dimensions for "No contacts" string in PhoneFavoriteFragment for the All contacts
390 with phone numbers section
391 -->
392 <dimen name="contact_phone_list_empty_description_size">20sp</dimen>
393 <dimen name="contact_phone_list_empty_description_padding">10dip</dimen>
394
395 <!-- Dimensions for contact letter tiles -->
396 <dimen name="tile_letter_font_size">40dp</dimen>
397 <dimen name="tile_letter_font_size_small">20dp</dimen>
398 <dimen name="tile_divider_width">1dp</dimen>
399 <item name="letter_to_tile_ratio" type="dimen">67%</item>
400
401 <!-- Height of the floating action button -->
402 <dimen name="floating_action_button_height">56dp</dimen>
403 <!-- Width of the floating action button -->
404 <dimen name="floating_action_button_width">56dp</dimen>
405 <!-- Corner radius of the floating action button -->
406 <dimen name="floating_action_button_radius">28dp</dimen>
407 <!-- Z translation of the floating action button -->
408 <dimen name="floating_action_button_translation_z">8dp</dimen>
409 <!-- Padding to be applied to the bottom of lists to make space for the floating action
410 button -->
411 <dimen name="floating_action_button_list_bottom_padding">88dp</dimen>
412 <!-- Right margin of the floating action button -->
413 <dimen name="floating_action_button_margin_right">16dp</dimen>
414 <!-- Bottom margin of the floating action button -->
415 <dimen name="floating_action_button_margin_bottom">16dp</dimen>
416 <!-- Offset of bottom margin of the floating action button used when dialpad is up -->
417 <dimen name="floating_action_button_dialpad_margin_bottom_offset">4dp</dimen>
418
Walter Jang13a9c332016-08-13 08:35:14 -0700419 <!-- Size of text in tabs. -->
Walter Jang13a9c332016-08-13 08:35:14 -0700420 <dimen name="tab_elevation">2dp</dimen>
Walter Jang13a9c332016-08-13 08:35:14 -0700421
422 <!-- Padding around the icon in the search box. -->
423 <dimen name="search_box_icon_margin">4dp</dimen>
424 <!-- Size of the icon (voice search, back arrow) in the search box. -->
425 <dimen name="search_box_icon_size">56dp</dimen>
426 <!-- Size of the close icon.-->
427 <dimen name="search_box_close_icon_size">56dp</dimen>
428 <!-- Padding around the close button. It's visible size without padding is 24dp. -->
429 <dimen name="search_box_close_icon_padding">16dp</dimen>
430 <!-- End margin of the back arrow icon in the search box -->
431 <dimen name="search_box_navigation_icon_margin">8dp</dimen>
432 <!-- Left margin of the text field in the search box. -->
433 <dimen name="search_box_text_left_margin">8dp</dimen>
434 <!-- Search box text size -->
435 <dimen name="search_text_size">16sp</dimen>
436
437 <item name="close_icon_alpha" format="float" type="dimen">0.54</item>
438
439 <!-- Size of the close icon in selection bar.-->
440 <dimen name="selection_bar_close_icon_size">56dp</dimen>
441
442 <!-- Top margin for the Frequently Contacted section title -->
443 <dimen name="frequently_contacted_title_top_margin_when_first_row">16dp</dimen>
444 <!-- Top margin for the Frequently Contacted section title, when the title is the first
445 item in the list -->
446 <dimen name="frequently_contacted_title_top_margin">57dp</dimen>
447
448 <dimen name="frequently_contacted_title_text_size">24sp</dimen>
449
450 <!-- Size of icon for contacts number shortcuts -->
451 <dimen name="search_shortcut_radius">40dp</dimen>
452
453 <dimen name="contact_list_card_elevation">2dp</dimen>
454
455 <!-- Padding used around the periphery of the call subject dialog, as well as in between the
456 items. -->
457 <dimen name="call_subject_dialog_margin">20dp</dimen>
458 <!-- Padding used between lines of text in the call subject dialog. -->
459 <dimen name="call_subject_dialog_between_line_margin">8dp</dimen>
460 <!-- Size of the contact photo in the call subject dialog. -->
461 <dimen name="call_subject_dialog_contact_photo_size">50dp</dimen>
462 <!-- Margin above the edit text in the call subject dialog. -->
463 <dimen name="call_subject_dialog_edit_spacing">60dp</dimen>
464 <!-- Size of primary text in the call subject dialog. -->
465 <dimen name="call_subject_dialog_primary_text_size">16sp</dimen>
466 <!-- Size of secondary text in the call subject dialog. -->
467 <dimen name="call_subject_dialog_secondary_text_size">14sp</dimen>
468 <!-- Row padding for call subject history items. -->
469 <dimen name="call_subject_history_item_padding">15dp</dimen>
Marcus Hagerott7c504672016-11-16 14:23:48 -0800470
471 <!-- Padding between SIM checkbox and end of row -->
472 <dimen name="sim_import_checkbox_end_padding">16dp</dimen>
473
474
Jeff Sharkey73714ff2009-08-23 22:13:04 -0700475</resources>