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_pound_size">23sp</dimen> 20 <dimen name="dialpad_key_star_size">36sp</dimen> 21 <dimen name="dialpad_key_height">64dp</dimen> 22 <dimen name="dialpad_symbol_margin_bottom">13dp</dimen> 23 <dimen name="dialpad_digits_text_min_size">24sp</dimen> 24 <dimen name="dialpad_digits_padding">16dp</dimen> 25 <dimen name="dialpad_digits_menu_left_padding">8dp</dimen> 26 <dimen name="dialpad_digits_menu_right_padding">10dp</dimen> 27 <dimen name="dialpad_voicemail_icon_size">18dp</dimen> 28 <dimen name="dialpad_key_button_translate_y">100dp</dimen> 29 <dimen name="dialpad_overflow_margin">8dp</dimen> 30 <dimen name="dialpad_space_above_keys">14dp</dimen> 31 <dimen name="dialpad_space_below_keys">8dp</dimen> 32 33 <!-- Top/Bottom padding around the ILD rate display box. --> 34 <dimen name="ild_margin_height">10dp</dimen> 35 36 <!-- Length of dialpad's shadows in dialer. --> 37 <dimen name="shadow_length">10dp</dimen> 38 39 <dimen name="barcode_height">100dp</dimen> 40</resources> 41