blob: 9ef78109cf5f369631185677122150176b1b7c51 [file] [log] [blame]
Dmitri Plotnikov7edf2382011-01-31 16:15:48 -08001<?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 Attwell9b889e62014-06-23 18:25:32 -070018
19 <!-- Number of lines the QuickContact title can have -->
20 <integer name="quickcontact_title_lines">1</integer>
Sai Cheemalapati5b221082014-06-27 14:45:43 -070021
Walter Jangf1bb74d2016-06-23 12:43:26 -070022 <!-- Max suggestions limit showing in quick contact suggestion card -->
Tingting Wange29b6942015-09-30 15:21:33 -070023 <integer name="quickcontact_suggestions_limit">10</integer>
24
Walter Jangf1bb74d2016-06-23 12:43:26 -070025 <!-- The maximum allowed group name length -->
26 <integer name="group_name_max_length">40</integer>
27
Wenyi Wangbd114972016-07-22 10:42:40 -070028 <!-- Fade in/out duration of search and selection -->
29 <integer name="action_bar_animation_duration">195</integer>
30
yaolub5046052016-07-28 15:34:02 -070031 <!-- Top margin ratio for the image for empty group view -->
32 <integer name="empty_group_view_image_margin_divisor">6</integer>
Wenyi Wangf128ea82016-07-25 11:56:40 -070033
34 <!-- Top margin ratio for the image for empty account view -->
35 <integer name="empty_account_view_image_margin_divisor">4</integer>
yaolu189036a2016-07-29 15:50:28 -070036
37 <!-- Top margin ratio for the image for empty contacts view-->
38 <integer name="contacts_no_account_empty_image_margin_divisor">2</integer>
Walter Jang13a9c332016-08-13 08:35:14 -070039
40 <!-- Determines the number of columns in a ContactTileRow in the favorites tab -->
41 <integer name="contact_tile_column_count_in_favorites">2</integer>
42 <integer name="contact_tile_column_count_in_favorites_new">3</integer>
43
44 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
45 <integer name="snippet_length_before_tokenize">30</integer>
46
47 <!-- Layout weight of space elements in contact list view.
48 Default to 0 to indicate no padding-->
49 <integer name="contact_list_space_layout_weight">0</integer>
50 <!-- Layout weight of card in contact list view.
51 Default to 0 to indicate no padding -->
52 <integer name="contact_list_card_layout_weight">0</integer>
53
54 <!-- Duration of the animations on the call subject dialog. -->
55 <integer name="call_subject_animation_duration">250</integer>
56
57 <!-- A big number to make sure "About contacts" always showing at the bottom of Settings.-->
58 <integer name="about_contacts_order_number">100</integer>
59
60 <!-- Duration of the animations when a contact list loads. -->
61 <integer name="lists_on_load_animation_duration">190</integer>
Dmitri Plotnikov7edf2382011-01-31 16:15:48 -080062</resources>