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 <dimen name="call_log_action_icon_margin_start">16dp</dimen> 19 <dimen name="call_log_action_icon_dimen">24dp</dimen> 20 <dimen name="call_log_action_horizontal_padding">24dp</dimen> 21 22 <dimen name="call_log_primary_text_size">16sp</dimen> 23 <dimen name="call_log_detail_text_size">12sp</dimen> 24 <dimen name="call_log_day_group_heading_size">14sp</dimen> 25 <dimen name="call_log_voicemail_transcription_text_size">14sp</dimen> 26 <!-- Height of the call log actions section for each call log entry --> 27 <dimen name="call_log_action_height">48dp</dimen> 28 <dimen name="call_log_day_group_padding_top">15dp</dimen> 29 <dimen name="call_log_day_group_padding_bottom">9dp</dimen> 30 31 <!-- Height of the actionBar - this is 8dps bigger than the platform standard to give more 32 room to the search box--> 33 <dimen name="action_bar_height">56dp</dimen> 34 <dimen name="action_bar_height_large">64dp</dimen> 35 <dimen name="action_bar_elevation">3dp</dimen> 36 <dimen name="tab_height">48dp</dimen> 37 <!-- actionbar height + tab height --> 38 <dimen name="actionbar_contentInsetStart">72dp</dimen> 39 40 <dimen name="call_log_icon_margin">2dp</dimen> 41 42 <item name="alpha_enabled" format="float" type="dimen">1.0</item> 43 <item name="alpha_hiden" format="float" type="dimen">0.54</item> 44 45 <!-- Minimum height required for all row elements in Dialer lists. --> 46 <dimen name="dialer_list_item_min_height">56dp</dimen> 47 48 <!-- Minimum a11y height and width required for all touch targets. --> 49 <dimen name="dialer_touch_target_min_size">48dp</dimen> 50 51 <!-- Minimum width for material compliant buttons. --> 52 <dimen name="dialer_button_min_width">72dp</dimen> 53 54 <!-- Padding to be applied to the bottom of lists to make space for the floating action 55 button --> 56 <dimen name="floating_action_button_list_bottom_padding">88dp</dimen> 57</resources> 58