blob: a3e04c2c8e0bae00f0ce0b4163c3303d65506862 [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>
Sai Cheemalapati9a17f0e2014-06-23 11:30:45 -070030 <dimen name="dialpad_digits_text_size">36sp</dimen>
31 <dimen name="dialpad_digits_text_min_size">24sp</dimen>
Sai Cheemalapati13b89482014-06-19 12:33:34 -070032 <dimen name="dialpad_digits_height">64dp</dimen>
33 <dimen name="dialpad_digits_padding">16dp</dimen>
34 <dimen name="dialpad_digits_menu_right_padding">10dp</dimen>
35 <dimen name="dialpad_center_margin">3dp</dimen>
36 <dimen name="dialpad_button_margin">2dp</dimen>
37 <dimen name="dialpad_voicemail_icon_padding_top">2dp</dimen>
38 <dimen name="dialpad_key_button_translate_y">100dp</dimen>
Yorke Lee86cd19e2014-07-15 16:03:25 -070039 <dimen name="dialpad_overflow_margin">8dp</dimen>
Sai Cheemalapati13b89482014-06-19 12:33:34 -070040 <!-- Height of the floating action button -->
41 <dimen name="floating_action_button_height">56dp</dimen>
42 <!-- Width of the floating action button -->
43 <dimen name="floating_action_button_width">56dp</dimen>
44 <!-- Corner radius of the floating action button -->
45 <dimen name="floating_action_button_radius">28dp</dimen>
46 <!-- Z translation of the floating action button -->
47 <dimen name="floating_action_button_translation_z">3dp</dimen>
48 <!-- Padding to be applied to the bottom of lists to make space for the floating action
49 button -->
50 <dimen name="floating_action_button_list_bottom_padding">88dp</dimen>
51 <!-- Right margin of the floating action button -->
52 <dimen name="floating_action_button_margin_right">16dp</dimen>
53 <!-- Bottom margin of the floating action button -->
54 <dimen name="floating_action_button_margin_bottom">16dp</dimen>
55 <!-- Offset of bottom margin of the floating action button used when dialpad is up -->
56 <dimen name="floating_action_button_dialpad_margin_bottom_offset">4dp</dimen>
57</resources>