blob: a001a630965a3beaf9c0581f104a431c1162f6a7 [file] [log] [blame]
Daniel Lehmannae2bbe82010-08-19 12:05:34 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 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-->
Daniel Lehmannae2bbe82010-08-19 12:05:34 -070016<resources>
Katherine Kuan1ebbd5b2011-08-05 14:39:34 -070017 <dimen name="editor_padding_top">32dip</dimen>
Chiao Chengddd4e822012-12-06 12:18:01 -080018 <dimen name="editor_round_button_padding_left">16dip</dimen>
19 <dimen name="editor_round_button_padding_right">16dip</dimen>
20 <dimen name="editor_type_label_width">122dip</dimen>
Katherine Kuan9db59fe2011-09-06 13:11:30 -070021 <dimen name="editor_add_field_label_left_padding">16dip</dimen>
Katherine Kuan8bec9092011-08-01 14:04:36 -070022 <dimen name="detail_item_vertical_margin">16dip</dimen>
23 <dimen name="detail_item_icon_margin">8dip</dimen>
Dmitri Plotnikovc49deff2011-02-23 09:20:33 -080024 <dimen name="shortcut_icon_size">64dip</dimen>
Daniel Lehmann5e428382011-04-08 15:02:43 -070025 <dimen name="list_section_height">37dip</dimen>
Katherine Kuanab583952011-08-23 14:20:43 -070026 <dimen name="group_detail_border_padding">16dip</dimen>
Makoto Onuki4ba903c2011-07-07 16:55:17 -070027 <dimen name="search_view_width">400dip</dimen>
Zheng Fu03003862014-08-26 14:26:58 -070028 <dimen name="contact_tile_list_padding_top">18dip</dimen>
29 <dimen name="contact_browser_list_item_text_size">18sp</dimen>
30 <dimen name="contact_browser_list_item_photo_size">50dp</dimen>
31 <dimen name="contact_browser_list_item_gap_between_image_and_text">15dp</dimen>
32 <dimen name="contact_browser_list_top_margin">18dp</dimen>
Daisuke Miyakawa8f59c2b2011-08-04 13:22:19 -070033 <!-- Contact list (vertical scroll bar comes left) -->
Maurice Chu76c10112012-04-27 10:02:28 -070034 <dimen name="list_visible_scrollbar_padding">32dip</dimen>
Daisuke Miyakawa8c95e232011-11-22 13:47:06 -080035 <dimen name="list_header_extra_top_padding">@dimen/contact_browser_list_top_margin</dimen>
Isaac Katzenelson4f3536b2011-08-10 17:46:13 -070036
Daniel Lehmann75e262b2012-03-27 21:27:18 -070037 <dimen name="quick_contact_photo_container_height">360dip</dimen>
Zheng Fu03003862014-08-26 14:26:58 -070038 <!-- Height of the selection indicator of a tab. -->
39 <dimen name="tab_selected_underline_height">3dp</dimen>
40 <!-- Size of text in tabs. -->
41 <dimen name="tab_text_size">16sp</dimen>
Daniel Lehmann75e262b2012-03-27 21:27:18 -070042
Daisuke Miyakawa594dc442011-10-26 16:21:44 -070043 <!-- Because the "join" screen has the vertical scroll bar on right,
44 we cannot use @dimen/contact_browser_list_header_left_margin as is. -->
45 <dimen name="join_header_left_margin">24dip</dimen>
46 <dimen name="join_header_right_margin">@dimen/list_visible_scrollbar_padding</dimen>
47 <dimen name="join_header_top_margin">16dip</dimen>
48 <dimen name="join_header_bottom_margin">16dip</dimen>
49
Mindy Pereirac0cba732011-08-25 09:00:43 -070050 <!-- Left padding for a group member list item -->
51 <dimen name="group_member_item_left_padding">12dip</dimen>
52 <!-- Left margin for the group member list to match the built in margin in the autocomplete asset -->
53 <dimen name="group_editor_member_list_left_margin">4dip</dimen>
54 <!-- Right margin for the group member list to match the built in margin in the autocomplete asset -->
55 <dimen name="group_editor_member_list_right_margin">4dip</dimen>
56 <!-- Account title left padding -->
57 <dimen name="account_container_left_padding">16dip</dimen>
58 <!-- Left padding of the auto complete field to line hint text up with member list -->
59 <dimen name="group_editor_autocomplete_left_padding">16dip</dimen>
Mindy Pereira5ab5f862011-08-25 12:03:43 -070060 <dimen name="contact_detail_list_top_padding">8dip</dimen>
Zheng Fu03003862014-08-26 14:26:58 -070061 <dimen name="frequently_contacted_title_text_size">24sp</dimen>
Daniel Lehmannae2bbe82010-08-19 12:05:34 -070062</resources>