| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2010 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> |
| <dimen name="editor_type_label_width">180dip</dimen> |
| <dimen name="editor_round_button_padding_left">8dip</dimen> |
| <dimen name="editor_round_button_padding_right">8dip</dimen> |
| <dimen name="group_editor_side_padding">16dip</dimen> |
| <dimen name="quick_contact_photo_container_height">360dip</dimen> |
| <dimen name="contact_picker_contact_list_min_height">650dip</dimen> |
| <dimen name="list_visible_scrollbar_padding">48dip</dimen> |
| |
| <!-- When QC is uncollapsed, the title has this much margin on its left and right --> |
| <dimen name="quickcontact_title_initial_margin">32dp</dimen> |
| <!-- When QC is uncollapsed, the title has this much margin on its bottom --> |
| <dimen name="quickcontact_title_initial_bottom_margin">0dp</dimen> |
| <!-- Initial size of QuickContact's title size --> |
| <dimen name="quickcontact_maximum_title_size">56dp</dimen> |
| <!-- Initial size of QuickContact's phonetic name size --> |
| <dimen name="quickcontact_maximum_phonetic_name_size">50dp</dimen> |
| <!-- Right margin of the floating action button --> |
| <dimen name="floating_action_button_margin_right">100dp</dimen> |
| |
| <dimen name="expanding_entry_card_marginStartEnd">10dp</dimen> |
| |
| </resources> |