blob: 8dd1ba968280c224f8dd1ebe0647148ddb1b009e [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_type_label_width">122dip</dimen>
Katherine Kuan9db59fe2011-09-06 13:11:30 -070019 <dimen name="editor_add_field_label_left_padding">16dip</dimen>
Katherine Kuan8bec9092011-08-01 14:04:36 -070020 <dimen name="detail_item_vertical_margin">16dip</dimen>
21 <dimen name="detail_item_icon_margin">8dip</dimen>
Dmitri Plotnikovc49deff2011-02-23 09:20:33 -080022 <dimen name="shortcut_icon_size">64dip</dimen>
Katherine Kuanab583952011-08-23 14:20:43 -070023 <dimen name="group_detail_border_padding">16dip</dimen>
Makoto Onuki4ba903c2011-07-07 16:55:17 -070024 <dimen name="search_view_width">400dip</dimen>
Zheng Fu03003862014-08-26 14:26:58 -070025 <dimen name="contact_browser_list_item_text_size">18sp</dimen>
Brian Attwell7a3bd352014-09-08 13:44:18 -070026 <dimen name="contact_browser_list_item_gap_between_image_and_text">25dp</dimen>
Wenyi Wang13c31e92016-07-23 21:50:42 -070027 <dimen name="contact_browser_list_item_gap_between_indexer_and_image">25dp</dimen>
Zheng Fu03003862014-08-26 14:26:58 -070028 <dimen name="contact_browser_list_top_margin">18dp</dimen>
Isaac Katzenelson4f3536b2011-08-10 17:46:13 -070029
Daniel Lehmann75e262b2012-03-27 21:27:18 -070030 <dimen name="quick_contact_photo_container_height">360dip</dimen>
31
Daisuke Miyakawa594dc442011-10-26 16:21:44 -070032 <!-- Because the "join" screen has the vertical scroll bar on right,
33 we cannot use @dimen/contact_browser_list_header_left_margin as is. -->
34 <dimen name="join_header_left_margin">24dip</dimen>
Walter Jang5dde93f2016-05-26 13:56:53 -070035 <dimen name="join_header_right_margin">32dip</dimen>
Daisuke Miyakawa594dc442011-10-26 16:21:44 -070036 <dimen name="join_header_top_margin">16dip</dimen>
37 <dimen name="join_header_bottom_margin">16dip</dimen>
38
Mindy Pereirac0cba732011-08-25 09:00:43 -070039 <!-- Account title left padding -->
40 <dimen name="account_container_left_padding">16dip</dimen>
Mindy Pereira5ab5f862011-08-25 12:03:43 -070041 <dimen name="contact_detail_list_top_padding">8dip</dimen>
Zheng Fu03003862014-08-26 14:26:58 -070042 <dimen name="frequently_contacted_title_text_size">24sp</dimen>
Wenyi Wangdb662692016-07-14 16:07:44 -070043
44 <!-- End margin of edit group title -->
45 <dimen name="edit_group_end_margin">80dp</dimen>
yaolu6afd44d2016-07-27 15:45:55 -070046
yaolub5046052016-07-28 15:34:02 -070047 <!-- Top padding for the image for empty group view -->
yaolu6afd44d2016-07-27 15:45:55 -070048 <dimen name="empty_group_view_image_padding_top">0dp</dimen>
Wenyi Wangf128ea82016-07-25 11:56:40 -070049
50 <!-- Top and bottom padding for the text for empty account view -->
51 <dimen name="empty_account_view_text_padding_top">32dp</dimen>
52
53 <!-- Gap b/w image view and top of the screen in empty main view -->
54 <dimen name="empty_home_view_image_offset">218dp</dimen>
yaolu189036a2016-07-29 15:50:28 -070055
56 <!-- Margin offset b/w the image top and app bar bottom for no account empty view -->
57 <dimen name="contacts_no_account_empty_image_offset">238dp</dimen>
Walter Jang13a9c332016-08-13 08:35:14 -070058
59 <dimen name="detail_item_side_margin">0dip</dimen>
60
61 <dimen name="contact_browser_list_header_left_margin">@dimen/list_visible_scrollbar_padding</dimen>
62 <dimen name="contact_browser_list_header_right_margin">24dip</dimen>
63 <dimen name="contact_browser_list_top_margin">16dip</dimen>
64
65 <!-- End margin of the account filter header icon -->
66 <dimen name="contact_browser_list_header_icon_right_margin">22dp</dimen>
67 <dimen name="contact_browser_list_header_icon_right_margin_alt">24dp</dimen>
68
69 <dimen name="contact_filter_list_item_padding_start">24dp</dimen>
70 <dimen name="contact_filter_left_margin">16dp</dimen>
71
72 <!-- Right margin of the floating action button -->
73 <dimen name="floating_action_button_margin_right">32dp</dimen>
74 <!-- Bottom margin of the floating action button -->
75 <dimen name="floating_action_button_margin_bottom">32dp</dimen>
Daniel Lehmannae2bbe82010-08-19 12:05:34 -070076</resources>