blob: 97e6fe780c2d9986986099b3fa6465911b74ed87 [file] [log] [blame]
<!--
~ Copyright (C) 2012 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
<resources>
<!-- Padding between the action bar's bottom edge and the first header
in contacts/group lists. -->
<dimen name="list_header_extra_top_padding">0dip</dimen>
<!-- Minimum height used with @drawable/list_section_divider_holo_custom.
Right now the drawable has implicit 32dip minimal height, which is confusing.
This value is for making the hidden configuration explicit in xml. -->
<dimen name="list_section_divider_min_height">32dip</dimen>
<!-- Vertical and horizontal padding in between contact tiles -->
<dimen name="contact_tile_divider_padding">1dip</dimen>
<!-- Left and right padding for a contact detail item -->
<dimen name="detail_item_side_margin">16dip</dimen>
<!-- ContactTile Layouts -->
<!--
Use sp instead of dip so that the shadowbox heights can all scale uniformly
when the font size is scaled for accessibility purposes
-->
<dimen name="contact_tile_shadowbox_height">48sp</dimen>
<!-- Top padding of the ListView in the contact tile list -->
<dimen name="contact_tile_list_padding_top">0dip</dimen>
</resources>