blob: f36975271ddfc7defd869cd5f70470d1ac4f1017 [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>
Katherine Kuan63ffb902011-04-26 19:53:40 -070017 <dimen name="edit_photo_size">120dip</dimen>
Jeff Sharkey9a8a3d92009-10-05 11:15:57 -070018
Evan Millar2e1b8af2009-09-24 09:39:21 -070019 <!-- The height of the ScrollingTabWidget -->
20 <dimen name="tab_height">40dip</dimen>
Tadashi G. Takaokab4a72982009-09-29 13:08:28 -070021 <dimen name="account_name_height">25dip</dimen>
Daniel Lehmann20130582010-10-21 20:51:15 -070022
Daniel Lehmann69e82442010-11-18 16:40:30 -080023 <dimen name="contact_shortcut_frame_width">50dip</dimen>
24 <dimen name="contact_shortcut_frame_height">56dip</dimen>
Daniel Lehmann20130582010-10-21 20:51:15 -070025
Dmitri Plotnikovf491ae92010-08-16 12:18:53 -070026 <dimen name="aggregation_suggestion_icon_size">40dip</dimen>
27
Daniel Lehmann20130582010-10-21 20:51:15 -070028 <dimen name="account_selector_popup_width">400dip</dimen>
Daisuke Miyakawa769e5fe2011-05-11 09:43:40 -070029 <dimen name="account_selector_icon_size">30dip</dimen>
30 <dimen name="account_selector_min_item_height">48dip</dimen>
31 <dimen name="account_selector_horizontal_margin">6dip</dimen>
Daniel Lehmann9442ef42010-11-09 17:35:53 -080032
33 <dimen name="photo_action_popup_width">400dip</dimen>
34
Daniel Lehmann69e82442010-11-18 16:40:30 -080035 <!-- Width of the quick contact popup. This size is chosen so that the last icon is clipped
36 to indicate horizontal scrollability. Also, this size is the same as the widget to make them
37 aligned -->
38 <dimen name="quick_contact_width">352dip</dimen>
39
Daniel Lehmann79c9c5a2010-11-11 16:05:27 -080040 <!-- Padding of the rounded plus/minus/expand/collapse buttons in the editor -->
Katherine Kuana2d4a962011-05-06 15:20:21 -070041 <dimen name="editor_round_button_padding_left">4dip</dimen>
42 <dimen name="editor_round_button_padding_right">4dip</dimen>
Dmitri Plotnikov91d8e892010-12-07 20:36:51 -080043 <dimen name="editor_round_button_padding_top">8dip</dimen>
44 <dimen name="editor_round_button_padding_bottom">8dip</dimen>
Daniel Lehmann55ef8682010-10-07 16:20:45 -070045
Katherine Kuana2d4a962011-05-06 15:20:21 -070046 <!-- Font size for the structured name in the contact detail page -->
47 <dimen name="editor_structured_name_text_size">25sp</dimen>
48
Daniel Lehmann55ef8682010-10-07 16:20:45 -070049 <!-- Width of the Type-Label in the Editor -->
Katherine Kuan63ffb902011-04-26 19:53:40 -070050 <dimen name="editor_type_label_width">120dip</dimen>
51
Katherine Kuana2d4a962011-05-06 15:20:21 -070052 <!-- Left padding of a field in the Editor -->
53 <dimen name="editor_field_left_padding">5dip</dimen>
54
55 <!-- Top padding of a field in the Editor -->
56 <dimen name="editor_field_top_padding">10dip</dimen>
57
58 <!-- Bottom padding of a field in the Editor -->
59 <dimen name="editor_field_bottom_padding">5dip</dimen>
Katherine Kuan63ffb902011-04-26 19:53:40 -070060
Dmitri Plotnikov91d8e892010-12-07 20:36:51 -080061 <!-- Minimum height of a row in the Editor -->
62 <dimen name="editor_min_line_item_height">48dip</dimen>
Dmitri Plotnikova03c1982010-12-10 16:22:21 -080063
Katherine Kuan63ffb902011-04-26 19:53:40 -070064 <!-- Font size used for the value of a field in the contact editor. -->
65 <dimen name="editor_field_text_size">18sp</dimen>
66
67 <!-- Font size used for the title of a field in the contact editor. -->
68 <dimen name="editor_field_title_text_size">15sp</dimen>
69
70 <!-- Font size for the entries in a spinner in the contact editor. -->
71 <dimen name="editor_field_spinner_text_size">10sp</dimen>
72
Katherine Kuan79700882011-06-14 17:40:33 -070073 <!-- Height of the tab carousel on the contact detail page -->
74 <dimen name="detail_tab_carousel_height">150dip</dimen>
75
76 <!-- Width of a tab in the tab carousel on the contact detail page -->
77 <dimen name="detail_tab_carousel_tab_width">240dip</dimen>
78
79 <!-- Height of the tab text label in the tab carousel on the contact detail page -->
80 <dimen name="detail_tab_carousel_tab_label_height">40dip</dimen>
81
82 <!-- Vertical margin of the text within the update tab in the tab carousel -->
83 <dimen name="detail_update_tab_vertical_margin">20dip</dimen>
84
85 <!-- Left and right padding of the text within the update tab in the tab carousel -->
86 <dimen name="detail_update_tab_side_padding">10dip</dimen>
87
Katherine Kuan2719ab02011-05-02 17:18:04 -070088 <!-- Left and right padding for a contact detail item -->
89 <dimen name="detail_item_icon_margin">10dip</dimen>
90
91 <!-- Left and right padding for a contact detail item -->
92 <dimen name="detail_item_side_margin">10dip</dimen>
93
Dmitri Plotnikovba3c2e52011-01-23 14:02:54 -080094 <!-- Minimum height of a row in the contact detail -->
95 <dimen name="detail_min_line_item_height">48dip</dimen>
96
Katherine Kuan2719ab02011-05-02 17:18:04 -070097 <!-- Width of a contact detail item type (i.e. Nickname or Website). -->
98 <dimen name="detail_item_type_width">164dip</dimen>
99
Katherine Kuana2d4a962011-05-06 15:20:21 -0700100 <!-- Font size for the display name in header of the contact detail page -->
101 <dimen name="detail_header_name_text_size">30sp</dimen>
102
Dmitri Plotnikova03c1982010-12-10 16:22:21 -0800103 <!-- Padding to be used between a visible scrollbar and the contact list -->
Dmitri Plotnikov3f4115d2011-01-23 12:59:53 -0800104 <dimen name="list_visible_scrollbar_padding">40dip</dimen>
Dmitri Plotnikov192a1382010-12-20 12:33:58 -0800105
106 <!-- Font size used for the contact name in the widget -->
107 <dimen name="widget_text_size_name">14sp</dimen>
108
109 <!-- Font size used for the social status in the widget -->
110 <dimen name="widget_text_size_snippet">13sp</dimen>
Dmitri Plotnikovb18624f2011-01-21 19:10:43 -0800111
Dmitri Plotnikov167cd022011-01-26 14:57:31 -0800112 <!-- Minimum width of the filter selector in the action bar -->
113 <dimen name="action_bar_filter_min_width">100dip</dimen>
114
115 <!-- Maximum width of the filter selector in the action bar -->
116 <dimen name="action_bar_filter_max_width">100dip</dimen>
117
118 <!-- Maximum width of the search field in the action bar -->
119 <dimen name="action_bar_search_max_width">100dip</dimen>
120
121 <!-- Spacing on the left the search field in the action bar -->
122 <dimen name="action_bar_search_spacing">12dip</dimen>
123
Dmitri Plotnikovc49deff2011-02-23 09:20:33 -0800124 <!-- Size of the shortcut icon. 0dip means: use the system default -->
125 <dimen name="shortcut_icon_size">0dip</dimen>
Daniel Lehmann5e428382011-04-08 15:02:43 -0700126
127 <!-- Height of list sections (A, B, C) that show the first character of the contacts -->
128 <dimen name="list_section_height">25dip</dimen>
Katherine Kuanbe18de02011-06-07 12:38:29 -0700129
130 <!-- Border padding for the group detail fragment header -->
131 <dimen name="group_detail_border_padding">20dip</dimen>
132
133 <!-- Vertical padding for the group detail fragment header -->
134 <dimen name="group_detail_vertical_padding">15dip</dimen>
135
136 <!-- Margins for the group detail fragment divider in the header -->
137 <dimen name="group_detail_divider_margin">15dip</dimen>
Jeff Sharkey73714ff2009-08-23 22:13:04 -0700138</resources>