1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 ~ Copyright (C) 2013 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License 16 --> 17 18 <resources> 19 <!-- Dimensions for CallCard elements (the normal in-call UI) --> 20 21 <!-- Height of the "call banner" overlay on top of the upper part of 22 the call info area. --> 23 <dimen name="call_banner_height">122dp</dimen> 24 <!-- Text size for the name in the call info. --> 25 <dimen name="call_status_text_size">22sp</dimen> 26 <dimen name="call_name_text_size">45dp</dimen> 27 <dimen name="call_name_text_min_size">34sp</dimen> 28 <dimen name="call_label_text_size">18sp</dimen> 29 30 <!-- The InCallUI dialpad will sometimes want digits sizes that are different from dialer. --> 31 <dimen name="dialpad_key_number_margin_bottom">@dimen/dialpad_key_number_default_margin_bottom</dimen> 32 <!-- Zero key should have less space between self and text because "+" is smaller --> 33 <dimen name="dialpad_zero_key_number_margin_bottom">@dimen/dialpad_zero_key_number_default_margin_bottom</dimen> 34 <dimen name="dialpad_digits_adjustable_text_size">@dimen/dialpad_digits_text_size</dimen> 35 <dimen name="dialpad_digits_adjustable_height">@dimen/dialpad_digits_height</dimen> 36 <dimen name="dialpad_key_numbers_size">@dimen/dialpad_key_numbers_default_size</dimen> 37 </resources>