summaryrefslogtreecommitdiff
path: root/res/values/dimens.xml
blob: 4520a043a62a46a21e6c5f7bec6aa2dbd47d5658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2012 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License
-->
<resources>
    <!--
          Drag to remove view (in dp because it is used in conjunction with a statically
          sized icon
    -->
    <dimen name="remove_text_size">16dp</dimen>

    <!-- Call Log -->
    <dimen name="call_log_call_action_size">32dip</dimen>
    <dimen name="call_log_call_action_width">54dp</dimen>
    <dimen name="call_log_icon_margin">4dip</dimen>
    <dimen name="call_log_inner_margin">8dip</dimen>
    <dimen name="call_log_outer_margin">8dp</dimen>
    <dimen name="call_log_start_margin">16dp</dimen>
    <dimen name="call_log_indent_margin">24dip</dimen>
    <dimen name="call_log_name_margin_bottom">2dp</dimen>
    <dimen name="call_log_list_item_height">56dip</dimen>
    <dimen name="call_log_list_contact_photo_size">40dip</dimen>
    <dimen name="call_detail_contact_name_margin">24dip</dimen>
    <dimen name="call_detail_button_spacing">2dip</dimen>

    <!-- Match call_button_height to Phone's dimens/in_call_end_button_height -->
    <dimen name="call_button_height">74dp</dimen>

    <dimen name="floating_action_button_dialpad_margin_bottom">12dp</dimen>

    <!-- Dimensions for speed dial tiles -->
    <dimen name="contact_tile_divider_width">1dp</dimen>
    <dimen name="contact_tile_info_button_height_and_width">36dp</dimen>
    <item name="contact_tile_height_to_width_ratio" type="dimen">80%</item>
    <dimen name="contact_tile_text_side_padding">12dp</dimen>
    <dimen name="contact_tile_text_bottom_padding">9dp</dimen>
    <dimen name="favorites_row_top_padding">1dp</dimen>
    <dimen name="favorites_row_bottom_padding">0dp</dimen>
    <dimen name="favorites_row_start_padding">1dp</dimen>

    <!-- Padding from the last contact tile will provide the end padding. -->
    <dimen name="favorites_row_end_padding">0dp</dimen>
    <dimen name="favorites_row_undo_text_side_padding">32dp</dimen>

    <!-- Dimensions for most recent call shortcut cards -->
    <dimen name="recent_call_log_item_translation_z">3dp</dimen>
    <dimen name="recent_call_log_item_margin_horizontal">8dp</dimen>
    <dimen name="recent_call_log_item_margin_top">4dp</dimen>
    <dimen name="recent_call_log_item_margin_bottom">6dp</dimen>

    <!-- The maximum amount to clip on the left and right of the recent call shortcut card -->
    <dimen name="recent_call_log_item_horizontal_clip_limit">20dp</dimen>
    <dimen name="recent_call_log_item_padding_start">8dp</dimen>
    <dimen name="recent_call_log_item_padding_top">12dp</dimen>
    <dimen name="recent_call_log_item_padding_bottom">11dp</dimen>

    <!-- Size of the star icon on the favorites tile. -->
    <dimen name="favorites_star_icon_size">12dp</dimen>

    <!-- Padding for the tooltip -->
    <dimen name="dismiss_button_padding_start">20dip</dimen>
    <dimen name="dismiss_button_padding_end">28dip</dimen>

    <!-- Padding above the favorites menu. -->
    <dimen name="favorites_menu_padding_top">6dp</dimen>
    <!-- Padding below the favorites menu.. -->
    <dimen name="favorites_menu_padding_bottom">3dp</dimen>
    <!-- Horizontal padding in the favorites menu. -->
    <dimen name="favorites_menu_padding_horizontal">8dp</dimen>
    <!-- Text size for the "speed dial" text in the favorites menu. -->
    <dimen name="favorites_menu_speed_dial_text_size">18sp</dimen>
    <!-- Height of the speed dial TextView in the favorites menu. -->
    <dimen name="favorites_menu_speed_dial_height">24dp</dimen>
    <!-- Text size for the "All Contacts" text in the favorites menu. -->
    <dimen name="favorites_menu_all_contacts_text_size">12sp</dimen>
    <!-- Height of the all contacts Button in the favorites menu. -->
    <dimen name="favorites_menu_all_contacts_height">24dp</dimen>

    <!-- Height of the actionBar - this is 8dps bigger than the platform standard to give more
    room to the search box-->
    <dimen name="action_bar_height">64dp</dimen>

    <!-- Margin to the left and right of the search box. -->
    <dimen name="search_margin_horizontal">7dp</dimen>
    <!-- Margin above the search box. -->
    <dimen name="search_top_margin">8dp</dimen>
    <!-- Margin below the search box. -->
    <dimen name="search_bottom_margin">8dp</dimen>
    <!-- Search box interior padding - left -->
    <dimen name="search_box_left_padding">8dp</dimen>
    <!-- Search box interior padding - right -->
    <dimen name="search_box_right_padding">8dp</dimen>
    <dimen name="search_box_search_icon_padding">4dp</dimen>
    <!-- Elevation of the search box -->
    <dimen name="search_box_elevation">3dp</dimen>

    <!-- Size of text in tabs. -->
    <dimen name="tab_height">43dp</dimen>

    <!-- Padding to the left and right of call log action buttons. -->
    <dimen name="call_log_action_horizontal_padding">8dp</dimen>
    <!-- Left-padding for the call log action buttons - ensures the buttons align with the text
         to the right of the contact badge.  Adjust when any of the following change:
         call_log_action_horizontal_padding
         call_log_list_contact_photo_size  -->
    <dimen name="call_log_actions_left_padding">64dp</dimen>
    <dimen name="call_log_primary_text_size">16sp</dimen>
    <dimen name="call_log_secondary_text_size">14sp</dimen>
    <dimen name="call_log_list_item_actions_text_size">12sp</dimen>
    <!-- Height of the call log actions section for each call log entry -->
    <dimen name="call_log_action_height">44dp</dimen>
    <!-- Z Translation of expanded call log items. -->
    <dimen name="call_log_expanded_translation_z">4dp</dimen>
    <dimen name="call_log_day_group_padding">15dp</dimen>

    <!-- Size of icon for contacts number shortcuts -->
    <dimen name="search_shortcut_radius">40dp</dimen>
</resources>