blob: 2d3c1fee8aec036fe2c4e6efc497365be41fdf5c [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
27 <!-- Frequency (in milliseconds) for the refresh of timestamps in conversation list fragments. -->
28 <integer name="timestamp_update_interval">60000</integer>
Vikram Aggarwald7a12cd2012-02-03 09:36:20 -080029
30 <!-- Boolean value indicating whether the conversation list be
31 removed from the UI. This is something only tablets can do,
32 so false in the default case. Set this true for tablets. -->
33 <integer name="conversation_list_collapsible">0</integer>
34 <!-- Relative weights of the different views. These three
35 determine how much of the screen width is taken by the
36 different views. For the default layout (phone), these values
37 are equal. These are only used in TwoPaneLayout, so they need
38 to be specified for sw600dp and sw720dp layouts. -->
Vikram Aggarwale9a81032012-02-22 13:15:35 -080039 <integer name="folder_list_weight">1</integer>
Vikram Aggarwald7a12cd2012-02-03 09:36:20 -080040 <integer name="conversation_list_weight">1</integer>
41 <integer name="conversation_view_weight">1</integer>
Mindy Pereira2c47a112012-02-16 16:08:54 -080042 <!-- Max unread count to show for a folder -->
43 <integer name="maxUnreadCount">999</integer>
Mindy Pereira8a8c50d2012-02-23 11:09:03 -080044 <!-- <integer name="widget_refresh_delay_ms">4000</integer>-->
45 <integer name="widget_folder_refresh_delay_ms">500</integer>
Mindy Pereira30fd47b2012-03-09 09:24:00 -080046 <item type="id" name="folder"/>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080047</resources>