blob: 24a1d45a5d268d6fc3c26f71b07da64fe1c724fb [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
Jean Chalardce9c4172011-01-19 15:07:14 +09007
The Android Open Source Project923bf412009-03-13 15:11:42 -07008 http://www.apache.org/licenses/LICENSE-2.0
Jean Chalardce9c4172011-01-19 15:07:14 +09009
The Android Open Source Project923bf412009-03-13 15:11:42 -070010 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
satok8f9b86f2011-04-01 19:31:30 +090017<PreferenceScreen
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 android:title="@string/english_ime_settings"
20 android:key="english_ime_settings">
Jean Chalardce9c4172011-01-19 15:07:14 +090021 <PreferenceCategory
satok8f9b86f2011-04-01 19:31:30 +090022 android:title="@string/general_category"
23 android:key="general_settings">
Jean Chalardce9c4172011-01-19 15:07:14 +090024 <CheckBoxPreference
satok8f9b86f2011-04-01 19:31:30 +090025 android:key="auto_cap"
26 android:title="@string/auto_cap"
27 android:persistent="true"
28 android:defaultValue="true" />
Jean Chalardce9c4172011-01-19 15:07:14 +090029 <CheckBoxPreference
satok8f9b86f2011-04-01 19:31:30 +090030 android:key="vibrate_on"
31 android:title="@string/vibrate_on_keypress"
32 android:persistent="true" />
Jean Chalardce9c4172011-01-19 15:07:14 +090033 <CheckBoxPreference
satok8f9b86f2011-04-01 19:31:30 +090034 android:key="sound_on"
35 android:title="@string/sound_on_keypress"
36 android:defaultValue="@bool/config_default_sound_enabled"
37 android:persistent="true" />
Jean Chalardce9c4172011-01-19 15:07:14 +090038 <CheckBoxPreference
satok8f9b86f2011-04-01 19:31:30 +090039 android:key="popup_on"
40 android:title="@string/popup_on_keypress"
41 android:persistent="true"
42 android:defaultValue="@bool/config_default_popup_preview" />
Jean Chalardce9c4172011-01-19 15:07:14 +090043 <CheckBoxPreference
satok8f9b86f2011-04-01 19:31:30 +090044 android:key="recorrection_enabled"
45 android:title="@string/prefs_enable_recorrection"
46 android:summary="@string/prefs_enable_recorrection_summary"
47 android:persistent="true"
48 android:defaultValue="@bool/config_default_recorrection_enabled" />
Jean Chalardce9c4172011-01-19 15:07:14 +090049 <ListPreference
satok8f9b86f2011-04-01 19:31:30 +090050 android:key="settings_key"
51 android:title="@string/prefs_settings_key"
52 android:persistent="true"
53 android:entryValues="@array/settings_key_modes_values"
54 android:entries="@array/settings_key_modes"
55 android:defaultValue="@string/settings_key_mode_auto" />
Jean Chalardce9c4172011-01-19 15:07:14 +090056 <ListPreference
satok8f9b86f2011-04-01 19:31:30 +090057 android:key="voice_mode"
58 android:title="@string/voice_input"
59 android:persistent="true"
60 android:entryValues="@array/voice_input_modes_values"
61 android:entries="@array/voice_input_modes"
62 android:defaultValue="@string/voice_mode_main" />
Jean Chalardce9c4172011-01-19 15:07:14 +090063 <PreferenceScreen
satok8f9b86f2011-04-01 19:31:30 +090064 android:key="subtype_settings"
65 android:title="@string/language_selection_title"
66 android:summary="@string/language_selection_summary" />
Jean Chalardce9c4172011-01-19 15:07:14 +090067 </PreferenceCategory>
The Android Open Source Project923bf412009-03-13 15:11:42 -070068 <PreferenceCategory
Jean Chalardb5059122011-04-22 13:08:35 +090069 android:title="@string/correction_category"
70 android:key="correction_settings">
The Android Open Source Project923bf412009-03-13 15:11:42 -070071 <CheckBoxPreference
Amith Yamasani6e3d4272009-03-25 17:39:38 -070072 android:key="quick_fixes"
73 android:title="@string/quick_fixes"
74 android:summary="@string/quick_fixes_summary"
75 android:persistent="true"
satok8f9b86f2011-04-01 19:31:30 +090076 android:defaultValue="true" />
satok7599cfe2010-11-13 19:09:30 +090077 <ListPreference
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090078 android:key="auto_correction_threshold"
79 android:title="@string/auto_correction"
80 android:summary="@string/auto_correction_summary"
Mitsuhiro Shimodab1abda82010-09-28 12:23:26 +090081 android:persistent="true"
Tadashi G. Takaoka9ecad8c2010-12-13 12:37:23 +090082 android:entryValues="@array/auto_correction_threshold_mode_indexes"
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090083 android:entries="@array/auto_correction_threshold_modes"
satok8f9b86f2011-04-01 19:31:30 +090084 android:defaultValue="@string/auto_correction_threshold_mode_index_modest" />
Jean Chalard89764ad2011-01-19 17:44:39 +090085 <ListPreference
86 android:key="show_suggestions_setting"
87 android:summary="@string/prefs_show_suggestions_summary"
88 android:title="@string/prefs_show_suggestions"
89 android:persistent="true"
90 android:entryValues="@array/prefs_suggestion_visibility_values"
91 android:entries="@array/prefs_suggestion_visibilities"
satok8f9b86f2011-04-01 19:31:30 +090092 android:defaultValue="@string/prefs_suggestion_visibility_default_value" />
Jean Chalardb5059122011-04-22 13:08:35 +090093 </PreferenceCategory>
94 <PreferenceCategory
95 android:title="@string/ngram_category"
96 android:key="ngram_settings">
Jae Yong Sung937d5ad2010-06-30 20:28:04 -070097 <CheckBoxPreference
98 android:key="bigram_suggestion"
99 android:title="@string/bigram_suggestion"
100 android:summary="@string/bigram_suggestion_summary"
101 android:persistent="true"
satok8f9b86f2011-04-01 19:31:30 +0900102 android:defaultValue="true" />
Jean Chalardb5059122011-04-22 13:08:35 +0900103 <CheckBoxPreference
104 android:key="bigram_prediction"
105 android:dependency="bigram_suggestion"
106 android:title="@string/bigram_prediction"
107 android:summary="@string/bigram_prediction_summary"
108 android:persistent="true"
109 android:defaultValue="false" />
satok95175d42010-11-16 07:48:04 +0900110 </PreferenceCategory>
Jean Chalardb5059122011-04-22 13:08:35 +0900111 <PreferenceCategory
112 android:title="@string/misc_category"
113 android:key="misc_settings">
114 <CheckBoxPreference
115 android:key="usability_study_mode"
116 android:title="@string/prefs_usability_study_mode"
117 android:persistent="true"
118 android:defaultValue="false" />
119 <CheckBoxPreference
120 android:key="enable_logging"
121 android:title="@string/prefs_enable_log"
122 android:summary="@string/prefs_description_log"
123 android:persistent="true"
124 android:defaultValue="true" />
125 <ListPreference
126 android:key="pref_keyboard_layout_20100902"
127 android:title="@string/keyboard_layout"
128 android:persistent="true"
129 android:entryValues="@array/keyboard_layout_modes_values"
130 android:entries="@array/keyboard_layout_modes"
131 android:defaultValue="@string/config_default_keyboard_theme_id" />
132 </PreferenceCategory>
satok39144ca2011-04-20 11:42:55 +0900133 <!-- <Preference
satok8f9b86f2011-04-01 19:31:30 +0900134 android:title="Debug Settings"
135 android:key="debug_settings">
136 <intent
137 android:action="android.intent.action.MAIN"
138 android:targetPackage="com.android.inputmethod.latin"
139 android:targetClass="com.android.inputmethod.latin.DebugSettings" />
satok39144ca2011-04-20 11:42:55 +0900140 </Preference>-->
satokb1ae5d82011-04-19 21:52:12 -0700141</PreferenceScreen>