blob: bc490bb04913e272220a698db9cc9aacd54150e0 [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>
Brian Attwell9b889e62014-06-23 18:25:32 -070017 <!-- Number of lines the QuickContact title can have -->
18 <integer name="quickcontact_title_lines">2</integer>
yaolu6afd44d2016-07-27 15:45:55 -070019
yaolub5046052016-07-28 15:34:02 -070020 <!-- Top margin ratio for the image for empty group view -->
21 <integer name="empty_group_view_image_margin_divisor">12</integer>
Wenyi Wangf128ea82016-07-25 11:56:40 -070022
23 <!-- Top margin ratio for the image for empty account view -->
24 <integer name="empty_account_view_image_margin_divisor">6</integer>
Walter Jang13a9c332016-08-13 08:35:14 -070025
Walter Jang13a9c332016-08-13 08:35:14 -070026 <!-- The number of characters in the snippet before we need to tokenize and ellipse. -->
27 <integer name="snippet_length_before_tokenize">60</integer>
Dmitri Plotnikov7edf2382011-01-31 16:15:48 -080028</resources>