blob: b6fe15abf09b729a824b55d39d7368c03d8d68b4 [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-->
Dmitri Plotnikov7edf2382011-01-31 16:15:48 -080016<resources>
Zheng Fu589fb012014-08-14 14:17:25 -070017 <!-- Layout weight of space elements in PeopleActivity for favorites list and all
Zheng Fu03003862014-08-26 14:26:58 -070018 contacts list-->
19 <integer name="contact_list_space_layout_weight">1</integer>
Zheng Fu589fb012014-08-14 14:17:25 -070020 <!-- Layout weight of ListViews in PeopleActivityfor tile favorites list and all
21 contacts list in PeopleActivity -->
Zheng Fu03003862014-08-26 14:26:58 -070022 <integer name="contact_list_card_layout_weight">6</integer>
yaolu6afd44d2016-07-27 15:45:55 -070023
yaolub5046052016-07-28 15:34:02 -070024 <!-- Top margin ratio for the image for empty group view -->
25 <integer name="empty_group_view_image_margin_divisor">8</integer>
Wenyi Wangf128ea82016-07-25 11:56:40 -070026
27 <!-- Top margin ratio for the image for empty account view -->
28 <integer name="empty_account_view_image_margin_divisor">5</integer>
Walter Jang13a9c332016-08-13 08:35:14 -070029
30 <integer name="contact_tile_column_count_in_favorites">3</integer>
31
32 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
33 <integer name="snippet_length_before_tokenize">20</integer>
Katherine Kuan229eed42011-10-27 11:45:32 -070034</resources>