blob: 06bdc500f1bff8ce98096e8844b8ee927b18aa1c [file] [log] [blame]
Mindy Pereira6f92de62011-12-19 11:31:48 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -08003 Copyright (C) 2011 Google Inc.
4 Licensed to The Android Open Source Project.
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
Mindy Pereira6f92de62011-12-19 11:31:48 -080017-->
18<resources>
Vikram Aggarwald7a12cd2012-02-03 09:36:20 -080019 <!-- Boolean value indicating whether the tablet UI should be used. -->
Mindy Pereira6f92de62011-12-19 11:31:48 -080020 <integer name="use_tablet_ui">0</integer>
21 <integer name="conversation_list_header_mode">1</integer>
22 <integer name="conversation_header_mode">1</integer>
Vikram Aggarwala55b36c2012-01-13 11:45:02 -080023
24 <!-- Boolean value indicating whether hardware acceleration should be used. -->
25 <integer name="use_hardware_acceleration">1</integer>
Vikram Aggarwalb9e1a352012-01-24 15:23:38 -080026
Andy Huang632721e2012-04-11 16:57:26 -070027 <!-- left/right conversations will auto-load if they have no more than this number of messages -->
28 <integer name="max_auto_load_messages">20</integer>
29
Vikram Aggarwalb9e1a352012-01-24 15:23:38 -080030 <!-- Frequency (in milliseconds) for the refresh of timestamps in conversation list fragments. -->
31 <integer name="timestamp_update_interval">60000</integer>
Vikram Aggarwald7a12cd2012-02-03 09:36:20 -080032
33 <!-- Boolean value indicating whether the conversation list be
34 removed from the UI. This is something only tablets can do,
35 so false in the default case. Set this true for tablets. -->
36 <integer name="conversation_list_collapsible">0</integer>
37 <!-- Relative weights of the different views. These three
38 determine how much of the screen width is taken by the
39 different views. For the default layout (phone), these values
40 are equal. These are only used in TwoPaneLayout, so they need
41 to be specified for sw600dp and sw720dp layouts. -->
Vikram Aggarwale9a81032012-02-22 13:15:35 -080042 <integer name="folder_list_weight">1</integer>
Vikram Aggarwald7a12cd2012-02-03 09:36:20 -080043 <integer name="conversation_list_weight">1</integer>
44 <integer name="conversation_view_weight">1</integer>
Mindy Pereira2c47a112012-02-16 16:08:54 -080045 <!-- Max unread count to show for a folder -->
46 <integer name="maxUnreadCount">999</integer>
Mindy Pereira866d3192012-03-26 09:50:00 -070047 <integer name="swipeScrollSlop">2</integer>
Mindy Pereira8a8c50d2012-02-23 11:09:03 -080048 <!-- <integer name="widget_refresh_delay_ms">4000</integer>-->
49 <integer name="widget_folder_refresh_delay_ms">500</integer>
Paul Westbrookc7a070f2012-04-12 01:46:41 -070050 <!-- We don't want the unread count to flicker too much in the action bar, when a lot of
51 activity. Throttle loader updates. -->
52 <integer name="folder_item_refresh_delay_ms">500</integer>
Andy Huang57ddd1f2012-04-27 19:25:17 -070053 <integer name="conversation_text_zoom_percent">87</integer>
Mindy Pereira2efb49e2012-05-16 10:43:00 -070054
55 <!-- Whether the list is collapsed in conversation view mode -->
56 <bool name="list_collapsed">true</bool>
Mindy Pereirab4b2a572012-05-16 16:01:40 -070057
58 <!-- Whether to show single or 2 pane search results -->
59 <bool name="show_two_pane_search_results">false</bool>
Mindy Pereira205ae502012-05-17 08:43:59 -070060
61 <!-- Whether to show conversation subject in conversation view -->
62 <bool name="show_conversation_subject">true</bool>
Andrew Sappersteinf62c05b2012-05-23 17:52:01 -070063
64 <!-- Amount of memory in bytes allocated for image cache -->
65 <integer name="config_image_cache_max_bytes">1500000</integer>
66
67 <!-- Number of decoded contact photo bitmaps retained in an LRU cache -->
68 <integer name="config_image_cache_max_bitmaps">24</integer>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080069</resources>