Sai Cheemalapati | 13b8948 | 2014-06-19 12:33:34 -0700 | [diff] [blame] | 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> |
| 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> |
Nancy Chen | 9764a82 | 2014-07-29 14:34:52 -0700 | [diff] [blame^] | 24 | <dimen name="dialpad_key_number_margin_bottom">3dp</dimen> |
| 25 | <!-- Zero key should have less space between self and text because "+" is smaller --> |
| 26 | <dimen name="dialpad_zero_key_number_margin_bottom">1dp</dimen> |
Sai Cheemalapati | 13b8948 | 2014-06-19 12:33:34 -0700 | [diff] [blame] | 27 | <dimen name="dialpad_symbol_margin_bottom">13dp</dimen> |
| 28 | <!-- The bottom row of the dialpad is slightly taller to account for the dial button --> |
| 29 | <dimen name="dialpad_bottom_key_height">65dp</dimen> |
| 30 | <dimen name="dialpad_key_plus_size">18sp</dimen> |
| 31 | <dimen name="dialpad_horizontal_padding">5dp</dimen> |
Sai Cheemalapati | 9a17f0e | 2014-06-23 11:30:45 -0700 | [diff] [blame] | 32 | <dimen name="dialpad_digits_text_size">36sp</dimen> |
| 33 | <dimen name="dialpad_digits_text_min_size">24sp</dimen> |
Sai Cheemalapati | 13b8948 | 2014-06-19 12:33:34 -0700 | [diff] [blame] | 34 | <dimen name="dialpad_digits_height">64dp</dimen> |
| 35 | <dimen name="dialpad_digits_padding">16dp</dimen> |
Nancy Chen | 9764a82 | 2014-07-29 14:34:52 -0700 | [diff] [blame^] | 36 | <dimen name="dialpad_digits_menu_left_padding">8dp</dimen> |
Sai Cheemalapati | 13b8948 | 2014-06-19 12:33:34 -0700 | [diff] [blame] | 37 | <dimen name="dialpad_digits_menu_right_padding">10dp</dimen> |
| 38 | <dimen name="dialpad_center_margin">3dp</dimen> |
| 39 | <dimen name="dialpad_button_margin">2dp</dimen> |
| 40 | <dimen name="dialpad_voicemail_icon_padding_top">2dp</dimen> |
| 41 | <dimen name="dialpad_key_button_translate_y">100dp</dimen> |
Yorke Lee | 86cd19e | 2014-07-15 16:03:25 -0700 | [diff] [blame] | 42 | <dimen name="dialpad_overflow_margin">8dp</dimen> |
Sai Cheemalapati | 13b8948 | 2014-06-19 12:33:34 -0700 | [diff] [blame] | 43 | <!-- Height of the floating action button --> |
| 44 | <dimen name="floating_action_button_height">56dp</dimen> |
| 45 | <!-- Width of the floating action button --> |
| 46 | <dimen name="floating_action_button_width">56dp</dimen> |
| 47 | <!-- Corner radius of the floating action button --> |
| 48 | <dimen name="floating_action_button_radius">28dp</dimen> |
| 49 | <!-- Z translation of the floating action button --> |
| 50 | <dimen name="floating_action_button_translation_z">3dp</dimen> |
| 51 | <!-- Padding to be applied to the bottom of lists to make space for the floating action |
| 52 | button --> |
| 53 | <dimen name="floating_action_button_list_bottom_padding">88dp</dimen> |
| 54 | <!-- Right margin of the floating action button --> |
| 55 | <dimen name="floating_action_button_margin_right">16dp</dimen> |
| 56 | <!-- Bottom margin of the floating action button --> |
| 57 | <dimen name="floating_action_button_margin_bottom">16dp</dimen> |
| 58 | <!-- Offset of bottom margin of the floating action button used when dialpad is up --> |
| 59 | <dimen name="floating_action_button_dialpad_margin_bottom_offset">4dp</dimen> |
| 60 | </resources> |