blob: 3e83fc0fc76f5ed10711bcbd79032946a5049f2d [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"
Ken Wakasa37af28d2011-09-20 20:16:11 +090032 android:defaultValue="@bool/config_default_vibration_enabled"
satok8f9b86f2011-04-01 19:31:30 +090033 android:persistent="true" />
Jean Chalardce9c4172011-01-19 15:07:14 +090034 <CheckBoxPreference
satok8f9b86f2011-04-01 19:31:30 +090035 android:key="sound_on"
36 android:title="@string/sound_on_keypress"
37 android:defaultValue="@bool/config_default_sound_enabled"
38 android:persistent="true" />
Jean Chalardce9c4172011-01-19 15:07:14 +090039 <CheckBoxPreference
satok8f9b86f2011-04-01 19:31:30 +090040 android:key="popup_on"
41 android:title="@string/popup_on_keypress"
42 android:persistent="true"
43 android:defaultValue="@bool/config_default_popup_preview" />
Jean Chalardce9c4172011-01-19 15:07:14 +090044 <ListPreference
satok8f9b86f2011-04-01 19:31:30 +090045 android:key="voice_mode"
46 android:title="@string/voice_input"
47 android:persistent="true"
48 android:entryValues="@array/voice_input_modes_values"
49 android:entries="@array/voice_input_modes"
50 android:defaultValue="@string/voice_mode_main" />
Jean Chalardce9c4172011-01-19 15:07:14 +090051 </PreferenceCategory>
The Android Open Source Project923bf412009-03-13 15:11:42 -070052 <PreferenceCategory
Jean Chalardb5059122011-04-22 13:08:35 +090053 android:title="@string/correction_category"
54 android:key="correction_settings">
Jean Chalard4f3d5d32011-06-24 20:17:38 +090055 <PreferenceScreen
56 android:key="configure_dictionaries_key"
57 android:title="@string/configure_dictionaries_title">
58 <intent
59 android:action="android.intent.action.MAIN"
Jean Chalard4ef448a2011-08-11 21:48:59 +090060 android:targetPackage="@string/dictionary_pack_package_name"
61 android:targetClass="@string/dictionary_pack_settings_activity" />
Jean Chalard4f3d5d32011-06-24 20:17:38 +090062 </PreferenceScreen>
satok7599cfe2010-11-13 19:09:30 +090063 <ListPreference
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090064 android:key="auto_correction_threshold"
65 android:title="@string/auto_correction"
66 android:summary="@string/auto_correction_summary"
Mitsuhiro Shimodab1abda82010-09-28 12:23:26 +090067 android:persistent="true"
Tadashi G. Takaoka9ecad8c2010-12-13 12:37:23 +090068 android:entryValues="@array/auto_correction_threshold_mode_indexes"
Tadashi G. Takaoka1b1f7f92010-12-11 17:06:24 +090069 android:entries="@array/auto_correction_threshold_modes"
satok8f9b86f2011-04-01 19:31:30 +090070 android:defaultValue="@string/auto_correction_threshold_mode_index_modest" />
Jean Chalard89764ad2011-01-19 17:44:39 +090071 <ListPreference
72 android:key="show_suggestions_setting"
73 android:summary="@string/prefs_show_suggestions_summary"
74 android:title="@string/prefs_show_suggestions"
75 android:persistent="true"
76 android:entryValues="@array/prefs_suggestion_visibility_values"
77 android:entries="@array/prefs_suggestion_visibilities"
satok8f9b86f2011-04-01 19:31:30 +090078 android:defaultValue="@string/prefs_suggestion_visibility_default_value" />
Jean Chalardb5059122011-04-22 13:08:35 +090079 </PreferenceCategory>
80 <PreferenceCategory
Jean Chalardb5059122011-04-22 13:08:35 +090081 android:title="@string/misc_category"
82 android:key="misc_settings">
satokc9c54a82011-09-14 14:07:10 +090083 <CheckBoxPreference
Jean Chalarde9e51ca2012-06-19 11:27:10 -070084 android:key="next_word_prediction"
85 android:title="@string/bigram_prediction"
86 android:summary="@string/bigram_prediction_summary"
87 android:persistent="true"
88 android:defaultValue="true" />
89 <CheckBoxPreference
Tadashi G. Takaoka62b8ddd2012-07-20 17:49:06 +090090 android:key="gesture_input"
91 android:title="@string/gesture_input"
92 android:summary="@string/gesture_input_summary"
93 android:persistent="true"
94 android:defaultValue="true" />
95 <CheckBoxPreference
satokc9c54a82011-09-14 14:07:10 +090096 android:key="usability_study_mode"
97 android:title="@string/prefs_usability_study_mode"
98 android:persistent="true"
99 android:defaultValue="false" />
100 <PreferenceScreen
101 android:key="pref_advanced_settings"
102 android:title="@string/advanced_settings"
103 android:summary="@string/advanced_settings_summary">
Tadashi G. Takaoka81d4e3c2012-02-17 17:46:01 -0800104 <CheckBoxPreference
Tadashi G. Takaoka47e2bf32012-07-27 15:32:29 +0900105 android:key="pref_key_use_contacts_dict"
106 android:title="@string/use_contacts_dict"
107 android:summary="@string/use_contacts_dict_summary"
108 android:persistent="true"
109 android:defaultValue="true" />
110 <CheckBoxPreference
Tadashi G. Takaoka1a4aa7e2012-09-20 10:32:56 +0900111 android:key="pref_show_language_switch_key"
112 android:title="@string/show_language_switch_key"
113 android:summary="@string/show_language_switch_key_summary"
Tadashi G. Takaoka81d4e3c2012-02-17 17:46:01 -0800114 android:persistent="true"
Tadashi G. Takaoka1a4aa7e2012-09-20 10:32:56 +0900115 android:defaultValue="true" />
Tadashi G. Takaoka81d4e3c2012-02-17 17:46:01 -0800116 <CheckBoxPreference
117 android:key="pref_include_other_imes_in_language_switch_list"
118 android:title="@string/include_other_imes_in_language_switch_list"
119 android:summary="@string/include_other_imes_in_language_switch_list_summary"
120 android:persistent="true"
121 android:defaultValue="false" />
Tadashi G. Takaokac27fe622012-04-13 16:41:24 +0900122 <PreferenceScreen
123 android:fragment="com.android.inputmethod.latin.AdditionalSubtypeSettings"
124 android:key="custom_input_styles"
125 android:title="@string/custom_input_styles_title" />
satokc9c54a82011-09-14 14:07:10 +0900126 <!-- Values for popup dismiss delay are added programatically -->
127 <ListPreference
128 android:key="pref_key_preview_popup_dismiss_delay"
129 android:title="@string/key_preview_popup_dismiss_delay" />
satok43396572011-09-28 20:11:05 +0900130 <PreferenceScreen
131 android:key="pref_vibration_duration_settings"
satok79c0acf2011-10-11 16:39:11 +0900132 android:title="@string/prefs_keypress_vibration_duration_settings"/>
133 <PreferenceScreen
134 android:key="pref_keypress_sound_volume"
135 android:title="@string/prefs_keypress_sound_volume_settings" />
Tadashi G. Takaoka47e2bf32012-07-27 15:32:29 +0900136 <CheckBoxPreference
137 android:key="pref_gesture_preview_trail"
138 android:title="@string/gesture_preview_trail"
139 android:persistent="true"
140 android:defaultValue="true" />
141 <CheckBoxPreference
Tadashi G. Takaoka4f8e4512012-09-19 18:12:39 +0900142 android:key="pref_show_gesture_floating_preview_text"
Tadashi G. Takaoka47e2bf32012-07-27 15:32:29 +0900143 android:title="@string/gesture_floating_preview_text"
144 android:summary="@string/gesture_floating_preview_text_summary"
145 android:persistent="true"
Tadashi G. Takaoka4f8e4512012-09-19 18:12:39 +0900146 android:defaultValue="false" />
satokc9c54a82011-09-14 14:07:10 +0900147 </PreferenceScreen>
Jean Chalardb5059122011-04-22 13:08:35 +0900148 </PreferenceCategory>
satokb1ae5d82011-04-19 21:52:12 -0700149</PreferenceScreen>