The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [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" |
Amith Yamasani | d799347 | 2010-08-18 13:59:28 -0700 | [diff] [blame] | 18 | xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" |
| 19 | android:title="@string/language_keyboard_settings_title"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 20 | |
| 21 | <PreferenceScreen |
Daisuke Miyakawa | 0cc35e4 | 2010-08-24 15:50:43 -0700 | [diff] [blame^] | 22 | android:fragment="com.android.settings.LocalePicker" |
| 23 | android:key="phone_language" |
| 24 | android:title="@string/phone_language"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 25 | </PreferenceScreen> |
| 26 | |
| 27 | <PreferenceCategory android:key="text_category" |
Amith Yamasani | e7739d1 | 2010-05-28 18:19:43 -0700 | [diff] [blame] | 28 | android:title="@string/text_category"> |
| 29 | |
| 30 | <PreferenceScreen android:key="input_method" |
| 31 | android:title="@string/input_method" |
| 32 | android:widgetLayout="@*android:layout/preference_dialog" /> |
| 33 | |
| 34 | </PreferenceCategory> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 35 | |
The Android Open Source Project | 86997be | 2009-03-05 14:34:39 -0800 | [diff] [blame] | 36 | <PreferenceScreen |
| 37 | android:key="hardkeyboard_category" |
| 38 | android:title="@string/builtin_keyboard_settings_title" |
| 39 | android:summary="@string/builtin_keyboard_settings_summary"> |
| 40 | <intent android:action="android.intent.action.MAIN" |
| 41 | android:targetPackage="com.android.settings" |
| 42 | android:targetClass="com.android.settings.PhysicalKeyboardSettings"/> |
| 43 | </PreferenceScreen> |
| 44 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 45 | <PreferenceScreen |
| 46 | android:title="@string/user_dict_settings_title" |
| 47 | android:summary="@string/user_dict_settings_summary"> |
| 48 | <intent android:action="android.intent.action.MAIN" |
| 49 | android:targetPackage="com.android.settings" |
| 50 | android:targetClass="com.android.settings.UserDictionarySettings" /> |
| 51 | </PreferenceScreen> |
| 52 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 53 | </PreferenceScreen> |