The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 1 | <?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 |
| 22 | android:key="vibrate_on" |
| 23 | android:title="@string/vibrate_on_keypress" |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 24 | android:persistent="true" |
| 25 | /> |
| 26 | |
| 27 | <CheckBoxPreference |
| 28 | android:key="sound_on" |
| 29 | android:title="@string/sound_on_keypress" |
| 30 | android:persistent="true" |
| 31 | /> |
| 32 | |
| 33 | <CheckBoxPreference |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 34 | android:key="popup_on" |
| 35 | android:title="@string/popup_on_keypress" |
| 36 | android:persistent="true" |
| 37 | android:defaultValue="@bool/default_popup_preview" |
| 38 | /> |
| 39 | |
| 40 | <CheckBoxPreference |
satok | 66b42a1 | 2010-09-06 19:18:38 +0900 | [diff] [blame] | 41 | android:key="recorrection_enabled" |
| 42 | android:title="@string/prefs_enable_recorrection" |
| 43 | android:persistent="true" |
| 44 | android:defaultValue="@bool/default_recorrection_enabled" |
| 45 | /> |
| 46 | |
| 47 | <CheckBoxPreference |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 48 | android:key="auto_cap" |
| 49 | android:title="@string/auto_cap" |
| 50 | android:persistent="true" |
| 51 | android:defaultValue="true" |
| 52 | /> |
| 53 | |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 54 | <CheckBoxPreference |
| 55 | android:key="enable_logging" |
| 56 | android:title="@string/prefs_enable_log" |
| 57 | android:summary="@string/prefs_description_log" |
| 58 | android:persistent="true" |
| 59 | android:defaultValue="false" |
| 60 | /> |
| 61 | |
Amith Yamasani | 457fdff | 2010-02-09 14:17:30 -0800 | [diff] [blame] | 62 | <ListPreference |
Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame^] | 63 | android:key="settings_key" |
| 64 | android:title="@string/prefs_settings_key" |
| 65 | android:persistent="true" |
| 66 | android:entryValues="@array/settings_key_modes_values" |
| 67 | android:entries="@array/settings_key_modes" |
| 68 | android:defaultValue="@string/settings_key_mode_auto" |
| 69 | /> |
| 70 | |
| 71 | <ListPreference |
Amith Yamasani | 457fdff | 2010-02-09 14:17:30 -0800 | [diff] [blame] | 72 | android:key="voice_mode" |
| 73 | android:title="@string/voice_input" |
Amith Yamasani | b1cd701 | 2010-01-28 07:33:27 -0800 | [diff] [blame] | 74 | android:persistent="true" |
Amith Yamasani | 457fdff | 2010-02-09 14:17:30 -0800 | [diff] [blame] | 75 | android:entryValues="@array/voice_input_modes_values" |
| 76 | android:entries="@array/voice_input_modes" |
| 77 | android:defaultValue="@string/voice_mode_main" |
Amith Yamasani | b1cd701 | 2010-01-28 07:33:27 -0800 | [diff] [blame] | 78 | /> |
| 79 | |
satok | a327485 | 2010-09-02 13:48:48 +0900 | [diff] [blame] | 80 | <!-- <ListPreference |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 81 | android:key="keyboard_layout" |
| 82 | android:title="@string/keyboard_layout" |
| 83 | android:persistent="true" |
| 84 | android:entryValues="@array/keyboard_layout_modes_values" |
| 85 | android:entries="@array/keyboard_layout_modes" |
satok | 31adfa7 | 2010-09-01 15:45:20 +0900 | [diff] [blame] | 86 | android:defaultValue="4" |
satok | a327485 | 2010-09-02 13:48:48 +0900 | [diff] [blame] | 87 | />--> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 88 | |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 89 | <PreferenceScreen |
Amith Yamasani | 457fdff | 2010-02-09 14:17:30 -0800 | [diff] [blame] | 90 | android:title="@string/language_selection_title" |
| 91 | android:summary="@string/language_selection_summary"> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 92 | <intent |
Amith Yamasani | 07b1603 | 2010-03-09 12:46:57 -0800 | [diff] [blame] | 93 | android:action="com.android.inputmethod.latin.INPUT_LANGUAGE_SELECTION"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 94 | </PreferenceScreen> |
| 95 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 96 | <PreferenceCategory |
| 97 | android:title="@string/prediction_category" |
| 98 | android:key="prediction_settings"> |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 99 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 100 | <CheckBoxPreference |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 101 | android:key="quick_fixes" |
| 102 | android:title="@string/quick_fixes" |
| 103 | android:summary="@string/quick_fixes_summary" |
| 104 | android:persistent="true" |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 105 | android:defaultValue="true" |
| 106 | /> |
| 107 | |
| 108 | <CheckBoxPreference |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 109 | android:key="show_suggestions" |
| 110 | android:title="@string/show_suggestions" |
| 111 | android:summary="@string/show_suggestions_summary" |
| 112 | android:persistent="true" |
| 113 | android:defaultValue="true" |
| 114 | /> |
| 115 | |
| 116 | <CheckBoxPreference |
| 117 | android:key="auto_complete" |
| 118 | android:title="@string/auto_complete" |
| 119 | android:summary="@string/auto_complete_summary" |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 120 | android:persistent="true" |
Amith Yamasani | 73f3cd0 | 2009-04-13 12:27:25 -0700 | [diff] [blame] | 121 | android:defaultValue="@bool/enable_autocorrect" |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 122 | android:dependency="show_suggestions" |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 123 | /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 124 | </PreferenceCategory> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 125 | |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 126 | </PreferenceScreen> |