1<?xml version="1.0" encoding="utf-8"?>
2<!--
3 * Copyright (C) 2007 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
18<resources>
19    <string-array name="entries_animations">
20        <item>Off</item>
21        <item>Fast</item>
22        <item>Normal</item>
23        <item>Slow</item>
24        <item>Very Slow</item>
25    </string-array>
26
27    <string-array name="entryvalues_animations">
28        <item>0.0</item>
29        <item>0.5</item>
30        <item>1.0</item>
31        <item>1.5</item>
32        <item>2.0</item>
33    </string-array>
34
35    <string-array name="entries_font_size">
36        <item>Extremely Small</item>
37        <item>Extra Small</item>
38        <item>Small</item>
39        <item>Normal</item>
40        <item>Large</item>
41        <item>Extra Large</item>
42        <item>Extremely Large</item>
43    </string-array>
44
45    <string-array name="entryvalues_font_size">
46        <item>0.70</item>
47        <item>0.85</item>
48        <item>0.95</item>
49        <item>1.0</item>
50        <item>1.05</item>
51        <item>1.15</item>
52        <item>1.30</item>
53    </string-array>
54
55    <string-array name="entries_end_button">
56        <item>Nothing</item>
57        <item>Go to home</item>
58        <item>Go to sleep</item>
59        <item>Home, then sleep</item>
60    </string-array>
61
62    <string-array name="entryvalues_end_button">
63        <item>0</item>
64        <item>1</item>
65        <item>2</item>
66        <item>3</item>
67    </string-array>
68</resources>
69