blob: 4bcb1d7d8f1567479475b7cbf28146bd8271c440 [file] [log] [blame]
The Android Open Source Project923bf412009-03-13 15:11:42 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 android:title="@string/english_ime_settings"
19 android:key="english_ime_settings">
20
21 <CheckBoxPreference
Jean Chalardfd7d8142011-01-18 17:45:22 +090022 android:key="auto_cap"
23 android:title="@string/auto_cap"
24 android:persistent="true"
25 android:defaultValue="true"
26 />
27
28 <CheckBoxPreference
The Android Open Source Project923bf412009-03-13 15:11:42 -070029 android:key="vibrate_on"
30 android:title="@string/vibrate_on_keypress"
The Android Open Source Project923bf412009-03-13 15:11:42 -070031 android:persistent="true"
32 />
33
34 <CheckBoxPreference
35 android:key="sound_on"
36 android:title="@string/sound_on_keypress"
37 android:persistent="true"
38 />
39
40 <CheckBoxPreference
Yohei Fujii0b0a6862010-08-11 20:50:20 +090041 android:key="popup_on"
42 android:title="@string/popup_on_keypress"
43 android:persistent="true"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090044 android:defaultValue="@bool/config_default_popup_preview"
Yohei Fujii0b0a6862010-08-11 20:50:20 +090045 />
46
47 <CheckBoxPreference
satok66b42a12010-09-06 19:18:38 +090048 android:key="recorrection_enabled"
49 android:title="@string/prefs_enable_recorrection"
Ken Wakasa47a9c3f2010-10-07 00:57:37 +090050 android:summary="@string/prefs_enable_recorrection_summary"
satok66b42a12010-09-06 19:18:38 +090051 android:persistent="true"
52 android:defaultValue="@bool/default_recorrection_enabled"
53 />
54
Amith Yamasani457fdff2010-02-09 14:17:30 -080055 <ListPreference
Ken Wakasa1508c0e2010-09-15 13:37:52 +090056 android:key="settings_key"
57 android:title="@string/prefs_settings_key"
58 android:persistent="true"
59 android:entryValues="@array/settings_key_modes_values"
60 android:entries="@array/settings_key_modes"
61 android:defaultValue="@string/settings_key_mode_auto"
62 />
63
64 <ListPreference
Amith Yamasani457fdff2010-02-09 14:17:30 -080065 android:key="voice_mode"
66 android:title="@string/voice_input"
Amith Yamasanib1cd7012010-01-28 07:33:27 -080067 android:persistent="true"
Amith Yamasani457fdff2010-02-09 14:17:30 -080068 android:entryValues="@array/voice_input_modes_values"
69 android:entries="@array/voice_input_modes"
70 android:defaultValue="@string/voice_mode_main"
Amith Yamasanib1cd7012010-01-28 07:33:27 -080071 />
72
Amith Yamasani36fcf252009-10-12 13:48:35 -070073 <PreferenceScreen
satok7f1d3fa2010-12-13 12:06:57 +090074 android:key="subtype_settings"
Amith Yamasani457fdff2010-02-09 14:17:30 -080075 android:title="@string/language_selection_title"
Tadashi G. Takaoka41f7fb52011-01-14 14:02:46 +090076 android:summary="@string/language_selection_summary" />
Amith Yamasani36fcf252009-10-12 13:48:35 -070077
The Android Open Source Project923bf412009-03-13 15:11:42 -070078 <PreferenceCategory
79 android:title="@string/prediction_category"
80 android:key="prediction_settings">
Amith Yamasani6e3d4272009-03-25 17:39:38 -070081
The Android Open Source Project923bf412009-03-13 15:11:42 -070082 <CheckBoxPreference
Amith Yamasani6e3d4272009-03-25 17:39:38 -070083 android:key="quick_fixes"
84 android:title="@string/quick_fixes"
85 android:summary="@string/quick_fixes_summary"
86 android:persistent="true"
The Android Open Source Project923bf412009-03-13 15:11:42 -070087 android:defaultValue="true"
88 />
89
satok7599cfe2010-11-13 19:09:30 +090090 <ListPreference
91 android:key="show_suggestions_setting"
92 android:summary="@string/prefs_show_suggestions_summary"
93 android:title="@string/prefs_show_suggestions"
Amith Yamasani6e3d4272009-03-25 17:39:38 -070094 android:persistent="true"
satok7599cfe2010-11-13 19:09:30 +090095 android:entryValues="@array/prefs_suggestion_visibility_values"
96 android:entries="@array/prefs_suggestion_visibilities"
97 android:defaultValue="@string/prefs_suggestion_visibility_default_value"
Amith Yamasani6e3d4272009-03-25 17:39:38 -070098 />
99
Mitsuhiro Shimodab1abda82010-09-28 12:23:26 +0900100 <ListPreference
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900101 android:key="auto_correction_threshold"
102 android:title="@string/auto_correction"
103 android:summary="@string/auto_correction_summary"
Mitsuhiro Shimodab1abda82010-09-28 12:23:26 +0900104 android:persistent="true"
Tadashi G. Takaoka9ecad8c2010-12-13 12:37:23 +0900105 android:entryValues="@array/auto_correction_threshold_mode_indexes"
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +0900106 android:entries="@array/auto_correction_threshold_modes"
Tadashi G. Takaoka9ecad8c2010-12-13 12:37:23 +0900107 android:defaultValue="@string/auto_correction_threshold_mode_index_modest"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700108 />
satok01303e32010-05-19 14:03:00 +0900109
Jae Yong Sung937d5ad2010-06-30 20:28:04 -0700110 <CheckBoxPreference
111 android:key="bigram_suggestion"
112 android:title="@string/bigram_suggestion"
113 android:summary="@string/bigram_suggestion_summary"
114 android:persistent="true"
115 android:defaultValue="true"
Jae Yong Sung937d5ad2010-06-30 20:28:04 -0700116 />
satok95175d42010-11-16 07:48:04 +0900117 </PreferenceCategory>
118
119 <CheckBoxPreference
120 android:key="usability_study_mode"
121 android:title="@string/prefs_usability_study_mode"
122 android:persistent="true"
123 android:defaultValue="false"
124 />
satokb9c57e62010-07-16 13:02:45 +0900125
Amith Yamasani6e3d4272009-03-25 17:39:38 -0700126</PreferenceScreen>