blob: d681d9d42e6fd40f5653c1533aafe0bcb81dff42 [file] [log] [blame]
Sai Cheemalapati13b89482014-06-19 12:33:34 -07001<!--
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>
18 <!-- Text dimensions for dialpad keys -->
19 <dimen name="dialpad_key_numbers_size">36sp</dimen>
20 <dimen name="dialpad_key_letters_size">8sp</dimen>
21 <dimen name="dialpad_key_pound_size">23sp</dimen>
22 <dimen name="dialpad_key_star_size">28sp</dimen>
23 <dimen name="dialpad_key_height">64dp</dimen>
24 <dimen name="dialpad_key_number_margin_bottom">2dp</dimen>
25 <dimen name="dialpad_symbol_margin_bottom">13dp</dimen>
26 <!-- The bottom row of the dialpad is slightly taller to account for the dial button -->
27 <dimen name="dialpad_bottom_key_height">65dp</dimen>
28 <dimen name="dialpad_key_plus_size">18sp</dimen>
29 <dimen name="dialpad_horizontal_padding">5dp</dimen>
30 <dimen name="dialpad_digits_text_size">36dp</dimen>
31 <dimen name="dialpad_digits_height">64dp</dimen>
32 <dimen name="dialpad_digits_padding">16dp</dimen>
33 <dimen name="dialpad_digits_menu_right_padding">10dp</dimen>
34 <dimen name="dialpad_center_margin">3dp</dimen>
35 <dimen name="dialpad_button_margin">2dp</dimen>
36 <dimen name="dialpad_voicemail_icon_padding_top">2dp</dimen>
37 <dimen name="dialpad_key_button_translate_y">100dp</dimen>
38 <!-- Height of the floating action button -->
39 <dimen name="floating_action_button_height">56dp</dimen>
40 <!-- Width of the floating action button -->
41 <dimen name="floating_action_button_width">56dp</dimen>
42 <!-- Corner radius of the floating action button -->
43 <dimen name="floating_action_button_radius">28dp</dimen>
44 <!-- Z translation of the floating action button -->
45 <dimen name="floating_action_button_translation_z">3dp</dimen>
46 <!-- Padding to be applied to the bottom of lists to make space for the floating action
47 button -->
48 <dimen name="floating_action_button_list_bottom_padding">88dp</dimen>
49 <!-- Right margin of the floating action button -->
50 <dimen name="floating_action_button_margin_right">16dp</dimen>
51 <!-- Bottom margin of the floating action button -->
52 <dimen name="floating_action_button_margin_bottom">16dp</dimen>
53 <!-- Offset of bottom margin of the floating action button used when dialpad is up -->
54 <dimen name="floating_action_button_dialpad_margin_bottom_offset">4dp</dimen>
55</resources>