blob: 83a0985bc9058651ebb4e77d5253db1409c7eb1b [file] [log] [blame]
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001<?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
Mihai Nitad7d48fd2016-01-12 08:55:05 -08007
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08008 http://www.apache.org/licenses/LICENSE-2.0
Mihai Nitad7d48fd2016-01-12 08:55:05 -08009
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080010 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"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070018 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
19 android:key="language_keyboard_settings"
Amith Yamasanid7993472010-08-18 13:59:28 -070020 android:title="@string/language_keyboard_settings_title">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080021
Jean Chalard8ba5c422011-08-31 21:40:43 +090022 <PreferenceScreen
Jean Chalard8ba5c422011-08-31 21:40:43 +090023 android:key="phone_language"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070024 android:title="@string/phone_language"
Mihai Nitad7d48fd2016-01-12 08:55:05 -080025 android:fragment="com.android.settings.localepicker.LocaleListEditor"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070026 />
Ken Wakasad2c3f372010-09-28 19:01:17 +090027
Tadashi G. Takaokacd6fdea2014-07-10 15:37:28 +090028 <!-- Spell checker preference title, summary and fragment will be set programmatically. -->
29 <!-- Note: Mark this as persistent="false" to remove unnecessarily saved shared preference.
30 See: InputMethodAndSubtypeUtil.removeUnnecessaryNonPersistentPreference. -->
31 <PreferenceScreen
Jean Chalard8ba5c422011-08-31 21:40:43 +090032 android:key="spellcheckers_settings"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070033 android:title="@string/spellcheckers_settings_title"
Tadashi G. Takaokacd6fdea2014-07-10 15:37:28 +090034 android:persistent="false"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070035 />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080036
Jean Chalard8ba5c422011-08-31 21:40:43 +090037 <!-- User dictionary preference title and fragment will be set programmatically. -->
38 <PreferenceScreen
Satoshi Kataoka5df33072013-04-30 14:30:12 +090039 android:key="key_user_dictionary_settings"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070040 android:title="@string/user_dict_settings_title"
41 />
Ken Wakasad2c3f372010-09-28 19:01:17 +090042
Tadashi G. Takaoka74e7c3e2014-07-09 16:26:12 +090043 <PreferenceCategory
44 android:key="keyboard_settings_category"
Fabrice Di Megliod34dd4f2014-11-06 16:57:04 -080045 android:title="@string/keyboard_settings_category">
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070046
Tadashi G. Takaoka74e7c3e2014-07-09 16:26:12 +090047 <PreferenceScreen
48 android:key="current_input_method"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070049 android:title="@string/current_input_method"
50 />
Tadashi G. Takaoka74e7c3e2014-07-09 16:26:12 +090051 <!-- Enabled input method list will be populated programmatically here. -->
satok3fa13772011-06-27 23:44:01 +090052 </PreferenceCategory>
Jeff Browne46c5f32012-04-05 11:42:18 -070053
satok3fa13772011-06-27 23:44:01 +090054 <PreferenceCategory
55 android:key="hard_keyboard"
56 android:title="@string/builtin_keyboard_settings_title"
57 android:persistent="false">
Jeff Browne46c5f32012-04-05 11:42:18 -070058 <!-- Additional preference screens are inserted here programmatically
59 with low order values to set the key map of each attached keyboard. -->
satok3fa13772011-06-27 23:44:01 +090060 </PreferenceCategory>
61
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070062 <PreferenceCategory
63 android:key="voice_category"
Jean Chalard8ba5c422011-08-31 21:40:43 +090064 android:title="@string/voice_category" >
Amith Yamasanib44161f2010-12-10 13:17:34 -080065
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070066 <PreferenceScreen
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070067 android:key="tts_settings"
68 android:title="@string/tts_settings_title"
Narayan Kamath0cfbb0f2011-08-18 17:55:41 +010069 android:fragment="com.android.settings.tts.TextToSpeechSettings"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070070 />
71
Amith Yamasanib44161f2010-12-10 13:17:34 -080072 </PreferenceCategory>
73
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070074 <PreferenceCategory
75 android:key="pointer_settings_category"
Jeff Brownd82487b2011-06-02 03:10:28 -070076 android:title="@string/pointer_settings_category">
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070077
Jeff Brownd82487b2011-06-02 03:10:28 -070078 <com.android.settings.PointerSpeedPreference
79 android:key="pointer_speed"
80 android:title="@string/pointer_speed"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070081 android:dialogTitle="@string/pointer_speed"
82 />
83
Jeff Brownd82487b2011-06-02 03:10:28 -070084 </PreferenceCategory>
Jeff Brownf8fb0e52012-04-13 20:27:45 -070085
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070086 <PreferenceCategory
87 android:key="game_controller_settings_category"
Jeff Brownf8fb0e52012-04-13 20:27:45 -070088 android:title="@string/game_controller_settings_category">
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070089
Fabrice Di Megliodaef2e22014-10-15 19:00:35 -070090 <SwitchPreference
Jeff Brownf8fb0e52012-04-13 20:27:45 -070091 android:key="vibrate_input_devices"
92 android:title="@string/vibrate_input_devices"
93 android:summaryOn="@string/vibrate_input_devices_summary"
94 android:summaryOff="@string/vibrate_input_devices_summary"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070095 android:persistent="false"
96 />
97
Jeff Brownf8fb0e52012-04-13 20:27:45 -070098 </PreferenceCategory>
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070099
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800100</PreferenceScreen>