1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2020 The Android Open Source Project
4  ~
5  ~ Licensed under the Apache License, Version 2.0 (the "License");
6  ~ you may not use this file except in compliance with the License.
7  ~ You may obtain a copy of the License at
8  ~
9  ~      http://www.apache.org/licenses/LICENSE-2.0
10  ~
11  ~ Unless required by applicable law or agreed to in writing, software
12  ~ distributed under the License is distributed on an "AS IS" BASIS,
13  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  ~ See the License for the specific language governing permissions and
15  ~ limitations under the License
16  -->
17<resources>
18    <bool name="group_avatar_fill_background">false</bool>
19    <bool name="direct_send_supported">true</bool>
20    <bool name="direct_reply_supported">true</bool>
21    <bool name="ttr_conversation_supported">false</bool>
22
23    <!--
24    A number between 1 and 4 is required.
25    When the value is 1, the first avatar is used for the group avatar.
26    When the value is 2-4, the first nth avatars make up the group avatar,
27    where n is the value.
28    -->
29    <integer name="group_avatar_max_group_size">4</integer>
30
31    <integer name="config_letter_tile_text_style">0</integer>
32
33    <!-- Typeface.NORMAL=0; Typeface.BOLD=1; Typeface.ITALIC=2; Typeface.BOLD_ITALIC=3-->
34    <string name="config_letter_tile_font_family" translatable="false">sans-serif-light</string>
35
36</resources>
37