• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!--
2  ~ Copyright (C) 2012 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  -->
16
17<resources xmlns:tools="http://schemas.android.com/tools">
18
19  <!-- Padding between the action bar's bottom edge and the first header
20       in contacts/group lists. -->
21  <dimen name="list_header_extra_top_padding">0dip</dimen>
22
23  <!-- Minimum height used with @drawable/list_section_divider_holo_custom.
24       Right now the drawable has implicit 32dip minimal height, which is confusing.
25       This value is for making the hidden configuration explicit in xml. -->
26  <dimen name="list_section_divider_min_height">32dip</dimen>
27
28  <dimen name="directory_header_extra_top_padding">18dp</dimen>
29  <dimen name="directory_header_extra_bottom_padding">8dp</dimen>
30
31  <!-- Padding to be used between a visible scrollbar and the contact list -->
32  <dimen name="list_visible_scrollbar_padding">32dip</dimen>
33
34  <dimen name="contact_browser_list_header_left_margin">16dip</dimen>
35  <dimen name="contact_browser_list_header_right_margin">@dimen/list_visible_scrollbar_padding
36  </dimen>
37  <dimen name="contact_browser_list_item_text_indent">8dip</dimen>
38  <!-- Width of a contact list item section header. -->
39  <dimen name="contact_list_section_header_width">56dp</dimen>
40
41  <!-- contact browser list margins -->
42  <dimen name="contact_browser_list_item_text_size">16sp</dimen>
43  <dimen name="contact_browser_list_item_photo_size">40dp</dimen>
44  <dimen name="contact_browser_list_item_gap_between_image_and_text">15dp</dimen>
45
46  <!-- Height of the floating action button -->
47  <dimen name="floating_action_button_height">56dp</dimen>
48  <!-- Width of the floating action button -->
49  <dimen name="floating_action_button_width">56dp</dimen>
50  <!-- Z translation of the floating action button -->
51  <dimen name="floating_action_button_translation_z">8dp</dimen>
52  <!-- Right margin of the floating action button -->
53  <dimen name="floating_action_button_margin_right">16dp</dimen>
54  <!-- Bottom margin of the floating action button -->
55  <dimen name="floating_action_button_margin_bottom">16dp</dimen>
56
57  <!-- Height of the selection indicator of a tab. -->
58  <dimen name="tab_selected_underline_height">2dp</dimen>
59  <!-- Size of text in tabs. -->
60  <dimen name="tab_text_size">14sp</dimen>
61  <dimen name="tab_elevation">0dp</dimen>
62  <dimen name="tab_unread_count_background_size">16dp</dimen>
63  <dimen name="tab_unread_count_background_radius">2dp</dimen>
64  <dimen name="tab_unread_count_margin_left">0dp</dimen>
65  <dimen name="tab_unread_count_margin_top">2dp</dimen>
66  <dimen name="tab_unread_count_text_size">12sp</dimen>
67  <dimen name="tab_unread_count_text_padding">2dp</dimen>
68
69  <!-- Size of the icon (voice search, back arrow) in the search box. -->
70  <dimen name="search_box_icon_size">48dp</dimen>
71  <!-- Size of the close icon.-->
72  <dimen name="search_box_close_icon_size">56dp</dimen>
73  <!-- Padding around the close button. It's visible size without padding is 24dp. -->
74  <dimen name="search_box_close_icon_padding">16dp</dimen>
75  <!-- Padding around back arrow icon in the search box -->
76  <dimen name="search_box_navigation_icon_margin">14dp</dimen>
77  <!-- Left margin of the text field in the search box. -->
78  <dimen name="search_box_text_left_margin">15dp</dimen>
79  <!-- Search box text size -->
80  <dimen name="search_text_size">16sp</dimen>
81
82  <dimen name="contact_list_card_elevation">2dp</dimen>
83
84  <!-- Padding used around the periphery of the call subject dialog, as well as in between the
85       items. -->
86  <dimen name="call_subject_dialog_margin">20dp</dimen>
87  <!-- Padding used between lines of text in the call subject dialog. -->
88  <dimen name="call_subject_dialog_between_line_margin">8dp</dimen>
89  <!-- Size of the contact photo in the call subject dialog. -->
90  <dimen name="call_subject_dialog_contact_photo_size">50dp</dimen>
91  <!-- Margin above the edit text in the call subject dialog. -->
92  <dimen name="call_subject_dialog_edit_spacing">60dp</dimen>
93  <!-- Size of primary text in the call subject dialog. -->
94  <dimen name="call_subject_dialog_primary_text_size">16sp</dimen>
95  <!-- Size of secondary text in the call subject dialog. -->
96  <dimen name="call_subject_dialog_secondary_text_size">14sp</dimen>
97  <!-- Row padding for call subject history items. -->
98  <dimen name="call_subject_history_item_padding">15dp</dimen>
99</resources>
100