blob: c63862eacc9549023fabd05d153d32df21d7f32e [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 -->
22 <dimen name="quickcontact_maximum_title_size">36dp</dimen>
Brian Attwellbe48e0c2014-06-25 10:31:59 -070023 <!-- When QC is uncollapsed, the title has this much margin on its left, right and bottom -->
24 <dimen name="quickcontact_title_initial_margin">16dp</dimen>
Daniel Lehmannedb576a2011-07-27 16:45:13 -070025
Katherine Kuan1ebbd5b2011-08-05 14:39:34 -070026 <!-- Top padding of the entire contact editor -->
27 <dimen name="editor_padding_top">0dip</dimen>
28
Chiao Chengddd4e822012-12-06 12:18:01 -080029 <!-- Padding of the rounded plus/minus/expand/collapse buttons in the editor -->
30 <dimen name="editor_round_button_padding_left">8dip</dimen>
31 <dimen name="editor_round_button_padding_right">8dip</dimen>
32 <dimen name="editor_round_button_padding_top">8dip</dimen>
33 <dimen name="editor_round_button_padding_bottom">8dip</dimen>
34
35 <!-- Minimum height of a row in the Editor -->
36 <dimen name="editor_min_line_item_height">48dip</dimen>
37
Brian Attwell5cc21eb2014-06-03 21:08:01 -070038 <!-- Top padding of an EditText in the Editor -->
39 <dimen name="editor_text_field_top_padding">8dip</dimen>
40
41 <!-- Bottom padding of an EditText in the Editor -->
42 <dimen name="editor_text_field_bottom_padding">7dip</dimen>
43
Chiao Chengddd4e822012-12-06 12:18:01 -080044 <!-- Right padding of a field in the Editor -->
45 <dimen name="editor_field_right_padding">4dip</dimen>
46
47 <!-- Left padding of a field in the Editor -->
48 <dimen name="editor_field_left_padding">4dip</dimen>
49
Brian Attwell7840c282014-08-14 14:00:37 -070050 <!-- End padding added to spinners in the editor. This separates the spinner text from the
51 spinner graphic when Button gravity is incorrectly set in RTL mode
52 (see framework bug b/17011078. In LTR mode this shouldn't have an observable affect.
53 We set paddingEnd instead of drawablePadding since the spinner graphic is not a normal
54 drawable. -->
55 <dimen name="editor_spinner_end_padding_workaround">24dip</dimen>
56
Chiao Chengddd4e822012-12-06 12:18:01 -080057 <!-- Width of the Type-Label in the Editor -->
58 <dimen name="editor_type_label_width">100dip</dimen>
59
Katherine Kuan1ebbd5b2011-08-05 14:39:34 -070060 <!-- Left padding of the label in the add field button for the contact editor -->
61 <dimen name="editor_add_field_label_left_padding">16dip</dimen>
62
Maurice Chu2d4632c2012-05-09 18:29:54 -070063 <!-- Width and height of the expanded contact photo on the contact detail page -->
64 <dimen name="detail_contact_photo_expanded_size">400dip</dimen>
65
66 <!-- This is the minimum amount of space to leave underneath an expanded contact detail
67 photo -->
68 <dimen name="expanded_photo_height_offset">100dip</dimen>
69
70 <!-- Minimum width for the photo action popup options -->
71 <dimen name="photo_action_popup_min_width">300dip</dimen>
72
Katherine Kuanf81e4c62011-07-01 21:46:08 -070073 <!-- Top and bottom padding for a contact detail item -->
Katherine Kuan5a7b5632011-08-08 17:11:44 -070074 <dimen name="detail_item_vertical_margin">8dip</dimen>
Katherine Kuan2719ab02011-05-02 17:18:04 -070075
Dmitri Plotnikovba3c2e52011-01-23 14:02:54 -080076 <!-- Minimum height of a row in the contact detail -->
77 <dimen name="detail_min_line_item_height">48dip</dimen>
78
Dmitri Plotnikov192a1382010-12-20 12:33:58 -080079 <!-- Font size used for the contact name in the widget -->
80 <dimen name="widget_text_size_name">14sp</dimen>
81
82 <!-- Font size used for the social status in the widget -->
83 <dimen name="widget_text_size_snippet">13sp</dimen>
Dmitri Plotnikovb18624f2011-01-21 19:10:43 -080084
Daniel Lehmann5e428382011-04-08 15:02:43 -070085 <!-- Height of list sections (A, B, C) that show the first character of the contacts -->
86 <dimen name="list_section_height">25dip</dimen>
Katherine Kuanbe18de02011-06-07 12:38:29 -070087
Mindy Pereirac0cba732011-08-25 09:00:43 -070088 <!-- Account title left padding -->
89 <dimen name="account_container_left_padding">16dip</dimen>
90
91 <!-- Left padding for a group member list item -->
92 <dimen name="group_member_item_left_padding">4dip</dimen>
93
Katherine Kuan229eed42011-10-27 11:45:32 -070094 <!-- Left and right padding for the group editor view -->
95 <dimen name="group_editor_side_padding">16dip</dimen>
96
Mindy Pereirac0cba732011-08-25 09:00:43 -070097 <!-- Left margin for the group member list to match the built in margin in the autocomplete asset -->
98 <dimen name="group_editor_member_list_left_margin">4dip</dimen>
99
100 <!-- Right margin for the group member list to match the built in margin in the autocomplete asset -->
101 <dimen name="group_editor_member_list_right_margin">4dip</dimen>
102
103 <!-- Left padding of the auto complete field to line hint text up with member list -->
104 <dimen name="group_editor_autocomplete_left_padding">8dip</dimen>
105
Katherine Kuancd51c912011-08-07 19:30:47 -0700106 <!-- Border padding for the group detail fragment -->
Katherine Kuan34bafe02011-10-20 18:42:56 -0700107 <dimen name="group_detail_border_padding">0dip</dimen>
108
Katherine Kuan229eed42011-10-27 11:45:32 -0700109 <!-- 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 -0700110 <dimen name="quick_contact_photo_container_height">180dip</dimen>
Katherine Kuan229eed42011-10-27 11:45:32 -0700111
Makoto Onuki4ba903c2011-07-07 16:55:17 -0700112 <!-- Width of search view in action bar. Use 0dip for MATCH_PARENT -->
113 <dimen name="search_view_width">0dip</dimen>
Isaac Katzenelson36b27c62011-07-20 12:06:01 -0700114
Daisuke Miyakawa594dc442011-10-26 16:21:44 -0700115 <!-- For join screen. Mainly for tablet. -->
116 <dimen name="join_header_left_margin">@dimen/contact_browser_list_header_left_margin</dimen>
117 <dimen name="join_header_right_margin">@dimen/contact_browser_list_header_right_margin</dimen>
118 <dimen name="join_header_top_margin">16dip</dimen>
119 <dimen name="join_header_bottom_margin">0dip</dimen>
Frank Sposaro595d6ea2011-07-20 11:03:26 -0700120
Isaac Katzenelsona1bbf612011-08-15 16:49:41 -0700121 <dimen name="no_accounts_message_margin">20dip</dimen>
Daisuke Miyakawa8f59c2b2011-08-04 13:22:19 -0700122
Daisuke Miyakawa8f59c2b2011-08-04 13:22:19 -0700123 <dimen name="contact_filter_header_min_height">24dip</dimen>
124
Katherine Kuand4000c62011-11-04 12:02:25 -0700125 <!-- Max width of the SearchView when the contact picker is a dialog (on wide
126 screen devices). -->
127 <dimen name="contact_picker_search_view_max_width">550dip</dimen>
128
129 <!-- Min height of the list of contacts when the contact picker is a dialog (on
130 wide screen devices). -->
131 <dimen name="contact_picker_contact_list_min_height">550dip</dimen>
Daisuke Miyakawa547c9172012-03-09 10:27:11 -0800132
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700133
Paul Soulos2fad98e2014-05-29 16:20:05 -0700134 <!-- Margins for ExpandingEntryCardView -->
Paul Soulosd3229ff2014-09-09 11:02:59 -0700135 <dimen name="expanding_entry_card_marginStartEnd">8dp</dimen>
Brian Attwell8b8701f2014-06-24 16:23:07 -0700136 <dimen name="expanding_entry_card_marginBottom">12dp</dimen>
Brian Attwell4462dfd2014-06-23 21:15:42 -0700137 <!-- Width of the grey border surrounding the expanding entry cards. If we ever add
138 a rounded corner to the expanding entry cards, than we will need to increase this value -->
139 <dimen name="expanding_entry_card_border_width">12dp</dimen>
Brian Attwell8b8701f2014-06-24 16:23:07 -0700140
141 <!-- Top margin for the communication card, used to add space from header. -->
Paul Soulosa0c35082014-07-18 12:20:36 -0700142 <dimen name="first_card_marginTop">12dp</dimen>
Paul Soulos2fad98e2014-05-29 16:20:05 -0700143
Brian Attwell019c71f2014-06-10 19:29:03 -0700144 <!-- Elevation of an ExpandingEntryCard, for the sake of shadow casting -->
Paul Soulosac9b3162014-07-30 16:45:01 -0700145 <dimen name="expanding_entry_card_elevation">2dp</dimen>
Brian Attwell019c71f2014-06-10 19:29:03 -0700146 <!-- Elevation of the QuickContact's Toolbar, for the sake of shadow casting -->
Brian Attwell9b889e62014-06-23 18:25:32 -0700147 <dimen name="quick_contact_toolbar_elevation">4.5dp</dimen>
Paul Soulos2fad98e2014-05-29 16:20:05 -0700148
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700149 <!-- Size of the title text for a ExpandingEntryCardView -->
150 <dimen name="expanding_entry_card_title_text_size">16sp</dimen>
151 <!-- Padding for the title text for a ExpandingEntryCardView -->
152 <dimen name="expanding_entry_card_title_padding">16dp</dimen>
Paul Soulos13217362014-08-14 12:27:08 -0700153 <!-- Extra top padding if the title is set to null -->
154 <dimen name="expanding_entry_card_null_title_top_extra_padding">2dp</dimen>
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700155
156 <!-- Height of the separator between entries in an ExpandingEntryCardView -->
157 <dimen name="expanding_entry_card_item_separator_height">1dp</dimen>
158 <!-- Dimensions for an entry in ExpandingEntryCardView -->
Paul Soulosa2fec382014-07-15 13:30:07 -0700159 <dimen name="expanding_entry_card_item_padding_start">20dp</dimen>
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700160 <dimen name="expanding_entry_card_item_padding_end">20dp</dimen>
Paul Soulosac9b3162014-07-30 16:45:01 -0700161 <dimen name="expanding_entry_card_item_padding_top">18dp</dimen>
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700162 <dimen name="expanding_entry_card_item_padding_bottom">16dp</dimen>
Paul Soulosac9b3162014-07-30 16:45:01 -0700163 <dimen name="expanding_entry_card_item_image_spacing">27dp</dimen>
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700164
165 <!-- Dimensions for a button in ExpandingEntryCardView -->
Paul Soulosac9b3162014-07-30 16:45:01 -0700166 <dimen name="expanding_entry_card_button_padding_vertical">18dp</dimen>
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700167
168 <dimen name="expanding_entry_card_item_text_icon_margin_top">7dp</dimen>
169 <dimen name="expanding_entry_card_item_text_icon_margin_right">7dp</dimen>
170 <dimen name="expanding_entry_card_item_sub_header_icon_margin_right">4dp</dimen>
171 <dimen name="expanding_entry_card_item_sub_header_icon_margin_bottom">14dp</dimen>
172
Paul Soulosac9b3162014-07-30 16:45:01 -0700173 <dimen name="expanding_entry_card_item_icon_margin_top">7dp</dimen>
174 <dimen name="expanding_entry_card_item_header_only_margin_top">6dp</dimen>
Paul Soulos773125d2014-08-20 15:14:58 -0700175 <dimen name="expanding_entry_card_item_alternate_icon_start_margin">16dp</dimen>
Paul Soulosdd7419d2014-07-15 11:22:13 -0700176 <dimen name="expanding_entry_card_item_alternate_icon_margin_bottom">10dp</dimen>
177
Paul Soulos6b632892014-07-28 14:05:11 -0700178 <dimen name="expanding_entry_card_badge_separator_margin">8dp</dimen>
Paul Soulosac9b3162014-07-30 16:45:01 -0700179 <dimen name="expanding_entry_card_card_corner_radius">2dp</dimen>
180 <dimen name="expanding_entry_card_header_margin_bottom">2dp</dimen>
181 <!-- The top margin when the sub header and text views are both gone -->
182 <dimen name="expanding_entry_card_item_header_only_margin_bottom">2dp</dimen>
Paul Soulosedd44f02014-08-19 17:07:03 -0700183 <dimen name="expanding_entry_card_item_no_icon_margin_top">6dp</dimen>
Paul Soulos6b632892014-07-28 14:05:11 -0700184
Brian Attwell3c763b32014-07-21 14:25:28 -0700185 <!-- The width the that the tabs occupy in the ActionBar when in landscape mode.
186 426dp is the height of a "small" screen. We should leave 240dp for
187 the title and menu items -->
188 <dimen name="people_activity_landscape_tabs_width">186dip</dimen>
189 <!-- The size of the text displayed in the ActionBar tabs in landscape mode.
190 Text in the tabs should must be width dependent, otherwise it won't fit in the tabs.
191 In portrait mode, the tabs look okay when overflowing their allocated space.
192 We have to be more careful in landscape. -->
193 <dimen name="people_activity_landscape_tabs_text_size">8dp</dimen>
Sai Cheemalapati5b221082014-06-27 14:45:43 -0700194
Paul Soulose0055662014-07-10 16:33:08 -0700195 <dimen name="expanding_entry_card_item_icon_height">24dp</dimen>
196 <dimen name="expanding_entry_card_item_icon_width">24dp</dimen>
Brian Attwell95d46362014-07-14 16:42:35 -0700197
198 <!-- Width of the box around a tab when the tab has focus -->
199 <dimen name="tab_focused_stroke_width">1dp</dimen>
Brian Attwell7a3bd352014-09-08 13:44:18 -0700200
201 <dimen name="contact_browser_list_item_padding_top_or_bottom">8dp</dimen>
Jeff Sharkey73714ff2009-08-23 22:13:04 -0700202</resources>