blob: ee5bf266f31a74aa26e165e7b6c3da720c1d9620 [file] [log] [blame]
Mindy Pereira6f92de62011-12-19 11:31:48 -08001<?xml version="1.0" encoding="utf-8"?>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -08002<!--
3 Copyright (C) 2011 Google Inc.
4 Licensed to The Android Open Source Project.
Mindy Pereira6f92de62011-12-19 11:31:48 -08005
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.
17-->
18<resources>
19 <integer-array name="conversation_heights">
20 <item>64</item>
21 <item>70</item>
22 </integer-array>
Mindy Pereira30fd47b2012-03-09 09:24:00 -080023 <integer-array name="senders_with_folders_and_attachment_lengths">
Mindy Pereira6f92de62011-12-19 11:31:48 -080024 <item>20</item>
25 <item>20</item>
26 </integer-array>
Mindy Pereira30fd47b2012-03-09 09:24:00 -080027 <integer-array name="senders_with_folders_lengths">
Mindy Pereira6f92de62011-12-19 11:31:48 -080028 <item>22</item>
29 <item>22</item>
30 </integer-array>
31 <integer-array name="senders_with_attachment_lengths">
32 <item>25</item>
33 <item>25</item>
34 </integer-array>
35 <integer-array name="senders_lengths">
36 <item>27</item>
37 <item>27</item>
38 </integer-array>
Mindy Pereira30fd47b2012-03-09 09:24:00 -080039 <!-- When no recent folders exist, pre-populate with these as defaults. Do not translate. -->
40 <string-array translatable="false" name="default_recent_folders">
Mindy Pereira6f92de62011-12-19 11:31:48 -080041 <!-- Starred -->
42 <item>^t</item>
43 <!-- Sent -->
44 <item>^f</item>
45 <!-- Drafts -->
46 <item>^r</item>
47 </string-array>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080048</resources>