blob: 48f34f24679b72d63935d40b0fa292a63da9dcfc [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>
Chiao Chengddd4e822012-12-06 12:18:01 -080017 <dimen name="editor_type_label_width">122dip</dimen>
Dmitri Plotnikovc49deff2011-02-23 09:20:33 -080018 <dimen name="shortcut_icon_size">64dip</dimen>
Zheng Fu03003862014-08-26 14:26:58 -070019 <dimen name="contact_browser_list_item_text_size">18sp</dimen>
Brian Attwell7a3bd352014-09-08 13:44:18 -070020 <dimen name="contact_browser_list_item_gap_between_image_and_text">25dp</dimen>
Wenyi Wang13c31e92016-07-23 21:50:42 -070021 <dimen name="contact_browser_list_item_gap_between_indexer_and_image">25dp</dimen>
John Shao1e24ae82016-12-06 18:55:24 -080022 <dimen name="directory_header_extra_top_padding">0dp</dimen>
Daniel Lehmann75e262b2012-03-27 21:27:18 -070023
Daisuke Miyakawa594dc442011-10-26 16:21:44 -070024 <!-- Because the "join" screen has the vertical scroll bar on right,
25 we cannot use @dimen/contact_browser_list_header_left_margin as is. -->
26 <dimen name="join_header_left_margin">24dip</dimen>
Walter Jang5dde93f2016-05-26 13:56:53 -070027 <dimen name="join_header_right_margin">32dip</dimen>
Daisuke Miyakawa594dc442011-10-26 16:21:44 -070028 <dimen name="join_header_top_margin">16dip</dimen>
29 <dimen name="join_header_bottom_margin">16dip</dimen>
30
Zheng Fu03003862014-08-26 14:26:58 -070031 <dimen name="frequently_contacted_title_text_size">24sp</dimen>
Wenyi Wangdb662692016-07-14 16:07:44 -070032
33 <!-- End margin of edit group title -->
34 <dimen name="edit_group_end_margin">80dp</dimen>
yaolu6afd44d2016-07-27 15:45:55 -070035
yaolub5046052016-07-28 15:34:02 -070036 <!-- Top padding for the image for empty group view -->
yaolu6afd44d2016-07-27 15:45:55 -070037 <dimen name="empty_group_view_image_padding_top">0dp</dimen>
Wenyi Wangf128ea82016-07-25 11:56:40 -070038
39 <!-- Top and bottom padding for the text for empty account view -->
40 <dimen name="empty_account_view_text_padding_top">32dp</dimen>
41
42 <!-- Gap b/w image view and top of the screen in empty main view -->
43 <dimen name="empty_home_view_image_offset">218dp</dimen>
yaolu189036a2016-07-29 15:50:28 -070044
45 <!-- Margin offset b/w the image top and app bar bottom for no account empty view -->
46 <dimen name="contacts_no_account_empty_image_offset">238dp</dimen>
Walter Jang13a9c332016-08-13 08:35:14 -070047
Walter Jang13a9c332016-08-13 08:35:14 -070048 <dimen name="contact_browser_list_header_left_margin">@dimen/list_visible_scrollbar_padding</dimen>
49 <dimen name="contact_browser_list_header_right_margin">24dip</dimen>
Walter Jang13a9c332016-08-13 08:35:14 -070050
51 <!-- End margin of the account filter header icon -->
52 <dimen name="contact_browser_list_header_icon_right_margin">22dp</dimen>
53 <dimen name="contact_browser_list_header_icon_right_margin_alt">24dp</dimen>
54
55 <dimen name="contact_filter_list_item_padding_start">24dp</dimen>
56 <dimen name="contact_filter_left_margin">16dp</dimen>
57
58 <!-- Right margin of the floating action button -->
59 <dimen name="floating_action_button_margin_right">32dp</dimen>
60 <!-- Bottom margin of the floating action button -->
61 <dimen name="floating_action_button_margin_bottom">32dp</dimen>
Daniel Lehmannae2bbe82010-08-19 12:05:34 -070062</resources>