Dmitri Plotnikov | 7edf238 | 2011-01-31 16:15:48 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2011 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <resources> |
Brian Attwell | 9b889e6 | 2014-06-23 18:25:32 -0700 | [diff] [blame] | 18 | |
| 19 | <!-- Number of lines the QuickContact title can have --> |
| 20 | <integer name="quickcontact_title_lines">1</integer> |
Sai Cheemalapati | 5b22108 | 2014-06-27 14:45:43 -0700 | [diff] [blame] | 21 | |
Walter Jang | f1bb74d | 2016-06-23 12:43:26 -0700 | [diff] [blame] | 22 | <!-- The maximum allowed group name length --> |
| 23 | <integer name="group_name_max_length">40</integer> |
| 24 | |
Wenyi Wang | bd11497 | 2016-07-22 10:42:40 -0700 | [diff] [blame] | 25 | <!-- Fade in/out duration of search and selection --> |
| 26 | <integer name="action_bar_animation_duration">195</integer> |
| 27 | |
yaolu | b504605 | 2016-07-28 15:34:02 -0700 | [diff] [blame] | 28 | <!-- Top margin ratio for the image for empty group view --> |
| 29 | <integer name="empty_group_view_image_margin_divisor">6</integer> |
Wenyi Wang | f128ea8 | 2016-07-25 11:56:40 -0700 | [diff] [blame] | 30 | |
| 31 | <!-- Top margin ratio for the image for empty account view --> |
| 32 | <integer name="empty_account_view_image_margin_divisor">4</integer> |
yaolu | 189036a | 2016-07-29 15:50:28 -0700 | [diff] [blame] | 33 | |
| 34 | <!-- Top margin ratio for the image for empty contacts view--> |
| 35 | <integer name="contacts_no_account_empty_image_margin_divisor">2</integer> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 36 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 37 | <!-- The number of characters in the snippet before we need to tokenize and ellipse. --> |
| 38 | <integer name="snippet_length_before_tokenize">30</integer> |
| 39 | |
| 40 | <!-- Layout weight of space elements in contact list view. |
| 41 | Default to 0 to indicate no padding--> |
| 42 | <integer name="contact_list_space_layout_weight">0</integer> |
| 43 | <!-- Layout weight of card in contact list view. |
| 44 | Default to 0 to indicate no padding --> |
| 45 | <integer name="contact_list_card_layout_weight">0</integer> |
| 46 | |
| 47 | <!-- Duration of the animations on the call subject dialog. --> |
| 48 | <integer name="call_subject_animation_duration">250</integer> |
| 49 | |
| 50 | <!-- A big number to make sure "About contacts" always showing at the bottom of Settings.--> |
| 51 | <integer name="about_contacts_order_number">100</integer> |
| 52 | |
| 53 | <!-- Duration of the animations when a contact list loads. --> |
| 54 | <integer name="lists_on_load_animation_duration">190</integer> |
Dmitri Plotnikov | 7edf238 | 2011-01-31 16:15:48 -0800 | [diff] [blame] | 55 | </resources> |