1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 ~ Copyright (C) 2012 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 <resources> 18 19 <!-- Height of edit text in dialpad fragment --> 20 <dimen name="dialpad_horizontal_margin">0dip</dimen> 21 <dimen name="dialpad_vertical_margin">2dip</dimen> 22 <dimen name="dialpad_digits_text_size">35sp</dimen> 23 24 <!-- Just used in landscape mode --> 25 <dimen name="dialpad_digits_height">0px</dimen> 26 <dimen name="dialpad_digits_margin_bottom">0px</dimen> 27 <dimen name="dialpad_center_margin">3dp</dimen> 28 <dimen name="dialpad_button_margin">2dp</dimen> 29 <!-- Match call_button_height to Phone's dimens/in_call_end_button_height --> 30 <dimen name="call_button_height">74dp</dimen> 31 32 <!-- Call Log --> 33 <dimen name="call_log_call_action_size">32dip</dimen> 34 <dimen name="call_log_call_action_width">48dip</dimen> 35 <dimen name="call_log_icon_margin">4dip</dimen> 36 <dimen name="call_log_inner_margin">8dip</dimen> 37 <dimen name="call_log_outer_margin">16dip</dimen> 38 <dimen name="call_log_indent_margin">24dip</dimen> 39 <dimen name="call_log_list_item_height">56dip</dimen> 40 <dimen name="call_log_list_contact_photo_size">64dip</dimen> 41 <dimen name="call_detail_contact_name_margin">24dip</dimen> 42 <dimen name="call_detail_button_spacing">2dip</dimen> 43 44 <!-- Layout weight values for dialpad screen. These layouts will be used in one 45 LinearLayout (dialpad_fragment.xml), configuring dialpad screen's vertical 46 ratio. --> 47 <integer name="dialpad_layout_weight_digits">20</integer> 48 <integer name="dialpad_layout_weight_dialpad">65</integer> 49 <integer name="dialpad_layout_weight_additional_buttons">15</integer> 50 51 <!-- Min with of fake menu buttons, which should be same as ActionBar's one --> 52 <dimen name="fake_menu_button_min_width">56dip</dimen> 53 54 <!-- Smart Dial --> 55 <dimen name="smartdial_suggestions_padding">4dp</dimen> 56 <dimen name="smartdial_suggestions_extra_padding">2dp</dimen> 57 <dimen name="smartdial_confidence_hint_text_size">27dp</dimen> 58 59 </resources> 60