blob: 2037fc7581f394c5a2f6d16c16e9813a34692c43 [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
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"
Amith Yamasanid7993472010-08-18 13:59:28 -070018 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
19 android:title="@string/language_keyboard_settings_title">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080020
Ken Wakasad2c3f372010-09-28 19:01:17 +090021 <PreferenceCategory android:key="language_settings_category"
22 android:title="@string/language_settings_category" />
23
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080024 <PreferenceScreen
Daisuke Miyakawa0cc35e42010-08-24 15:50:43 -070025 android:fragment="com.android.settings.LocalePicker"
26 android:key="phone_language"
27 android:title="@string/phone_language">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080028 </PreferenceScreen>
29
Ken Wakasad2c3f372010-09-28 19:01:17 +090030 <PreferenceScreen
Ken Wakasa6d5b8952010-09-30 11:39:09 +090031 android:fragment="com.android.settings.UserDictionarySettings"
32 android:title="@string/user_dict_settings_title"
33 android:summary="@string/user_dict_settings_summary">
Ken Wakasad2c3f372010-09-28 19:01:17 +090034 </PreferenceScreen>
35
36 <PreferenceCategory android:key="keyboard_settings_category"
Ken Wakasa6d5b8952010-09-30 11:39:09 +090037 android:title="@string/keyboard_settings_category">
Amith Yamasanie7739d12010-05-28 18:19:43 -070038
39 <PreferenceScreen android:key="input_method"
40 android:title="@string/input_method"
41 android:widgetLayout="@*android:layout/preference_dialog" />
42
43 </PreferenceCategory>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080044
The Android Open Source Project86997be2009-03-05 14:34:39 -080045 <PreferenceScreen
Daisuke Miyakawaf58090d2010-09-12 17:27:33 -070046 android:fragment="com.android.settings.PhysicalKeyboardSettings"
47 android:key="hardkeyboard_category"
48 android:title="@string/builtin_keyboard_settings_title"
49 android:summary="@string/builtin_keyboard_settings_summary">
The Android Open Source Project86997be2009-03-05 14:34:39 -080050 </PreferenceScreen>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080051
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080052</PreferenceScreen>