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 |
Jean Chalard | ce9c417 | 2011-01-19 15:07:14 +0900 | [diff] [blame] | 7 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
Jean Chalard | ce9c417 | 2011-01-19 15:07:14 +0900 | [diff] [blame] | 9 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 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 | |
satok | 8f9b86f | 2011-04-01 19:31:30 +0900 | [diff] [blame] | 17 | <PreferenceScreen |
| 18 | xmlns:android="http://schemas.android.com/apk/res/android" |
Tadashi G. Takaoka | 2df0cf2 | 2013-01-18 16:47:49 +0900 | [diff] [blame] | 19 | xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" |
satok | 8f9b86f | 2011-04-01 19:31:30 +0900 | [diff] [blame] | 20 | android:key="english_ime_settings"> |
Tadashi G. Takaoka | 058c6c6 | 2014-06-19 17:47:11 -0700 | [diff] [blame] | 21 | <PreferenceScreen |
Tadashi G. Takaoka | bfcd98e | 2014-07-23 17:08:18 -0700 | [diff] [blame] | 22 | android:fragment="com.android.inputmethod.latin.settings.InputSettingsFragment" |
Tadashi G. Takaoka | 058c6c6 | 2014-06-19 17:47:11 -0700 | [diff] [blame] | 23 | android:title="@string/settings_screen_input" |
Tadashi G. Takaoka | bfcd98e | 2014-07-23 17:08:18 -0700 | [diff] [blame] | 24 | android:key="screen_input" /> |
Tadashi G. Takaoka | 058c6c6 | 2014-06-19 17:47:11 -0700 | [diff] [blame] | 25 | <ListPreference |
| 26 | android:key="pref_keyboard_theme" |
| 27 | android:title="@string/keyboard_theme" |
| 28 | android:entryValues="@array/keyboard_theme_ids" |
| 29 | android:entries="@array/keyboard_theme_names" |
| 30 | android:persistent="true" /> |
| 31 | <PreferenceScreen |
Tadashi G. Takaoka | 6b71530 | 2014-07-23 23:34:35 -0700 | [diff] [blame] | 32 | android:fragment="com.android.inputmethod.latin.settings.MultiLingualSettingsFragment" |
Tadashi G. Takaoka | 058c6c6 | 2014-06-19 17:47:11 -0700 | [diff] [blame] | 33 | android:title="@string/settings_screen_multi_lingual" |
Tadashi G. Takaoka | 6b71530 | 2014-07-23 23:34:35 -0700 | [diff] [blame] | 34 | android:key="screen_multi_lingual" /> |
Tadashi G. Takaoka | 058c6c6 | 2014-06-19 17:47:11 -0700 | [diff] [blame] | 35 | <PreferenceScreen |
Tadashi G. Takaoka | 3c8a075 | 2014-07-27 15:28:48 +0900 | [diff] [blame] | 36 | android:fragment="com.android.inputmethod.latin.settings.GestureSettingsFragment" |
Tadashi G. Takaoka | 058c6c6 | 2014-06-19 17:47:11 -0700 | [diff] [blame] | 37 | android:title="@string/settings_screen_gesture" |
Tadashi G. Takaoka | 3c8a075 | 2014-07-27 15:28:48 +0900 | [diff] [blame] | 38 | android:key="screen_gesture" /> |
Tadashi G. Takaoka | 058c6c6 | 2014-06-19 17:47:11 -0700 | [diff] [blame] | 39 | <PreferenceScreen |
Tadashi G. Takaoka | 00b49ca | 2014-07-27 15:28:48 +0900 | [diff] [blame] | 40 | android:fragment="com.android.inputmethod.latin.settings.CorrectionSettingsFragment" |
Tadashi G. Takaoka | 058c6c6 | 2014-06-19 17:47:11 -0700 | [diff] [blame] | 41 | android:title="@string/settings_screen_correction" |
Tadashi G. Takaoka | 00b49ca | 2014-07-27 15:28:48 +0900 | [diff] [blame] | 42 | android:key="screen_correction" /> |
Tadashi G. Takaoka | 058c6c6 | 2014-06-19 17:47:11 -0700 | [diff] [blame] | 43 | <PreferenceScreen |
| 44 | android:title="@string/settings_screen_advanced" |
| 45 | android:key="screen_advanced"> |
| 46 | <!-- TODO: consolidate key preview dismiss delay with the key preview animation parameters. --> |
| 47 | <ListPreference |
| 48 | android:key="pref_key_preview_popup_dismiss_delay" |
| 49 | android:title="@string/key_preview_popup_dismiss_delay" /> |
| 50 | <com.android.inputmethod.latin.settings.SeekBarDialogPreference |
| 51 | android:key="pref_vibration_duration_settings" |
| 52 | android:title="@string/prefs_keypress_vibration_duration_settings" |
| 53 | latin:maxValue="@integer/config_max_vibration_duration" /> |
| 54 | <com.android.inputmethod.latin.settings.SeekBarDialogPreference |
| 55 | android:key="pref_keypress_sound_volume" |
| 56 | android:title="@string/prefs_keypress_sound_volume_settings" |
| 57 | latin:maxValue="100" /> <!-- percent --> |
| 58 | <!-- The settigs for showing setup wizard application icon shouldn't be persistent and |
| 59 | the default value is added programmatically. --> |
| 60 | <CheckBoxPreference |
| 61 | android:key="pref_show_setup_wizard_icon" |
| 62 | android:title="@string/show_setup_wizard_icon" |
| 63 | android:summary="@string/show_setup_wizard_icon_summary" /> |
| 64 | <!-- title will be set programmatically to embed application name --> |
| 65 | <CheckBoxPreference |
| 66 | android:key="pref_enable_metrics_logging" |
| 67 | android:summary="@string/enable_metrics_logging_summary" |
| 68 | android:defaultValue="true" |
| 69 | android:persistent="true" /> |
Ken Wakasa | e6a57bc | 2014-06-23 11:18:50 +0000 | [diff] [blame] | 70 | <PreferenceScreen |
Tadashi G. Takaoka | 99295c8 | 2014-07-24 00:48:52 -0700 | [diff] [blame] | 71 | android:fragment="com.android.inputmethod.latin.settings.DebugSettingsFragment" |
Tadashi G. Takaoka | 058c6c6 | 2014-06-19 17:47:11 -0700 | [diff] [blame] | 72 | android:key="screen_debug" |
Satoshi Kataoka | 8ae8c76 | 2012-09-21 15:09:47 +0900 | [diff] [blame] | 73 | android:title="Debug settings" |
Tadashi G. Takaoka | 058c6c6 | 2014-06-19 17:47:11 -0700 | [diff] [blame] | 74 | android:defaultValue="false" |
| 75 | android:persistent="true" /> |
| 76 | </PreferenceScreen> |
satok | b1ae5d8 | 2011-04-19 21:52:12 -0700 | [diff] [blame] | 77 | </PreferenceScreen> |