The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /** |
| 4 | * Copyright (c) 2008, The Android Open Source Project |
| 5 | * |
| 6 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | * you may not use this file except in compliance with the License. |
| 8 | * You may obtain a copy of the License at |
| 9 | * |
| 10 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | * |
| 12 | * Unless required by applicable law or agreed to in writing, software |
| 13 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | * See the License for the specific language governing permissions and |
| 16 | * limitations under the License. |
| 17 | */ |
| 18 | --> |
| 19 | |
| 20 | <!-- The attributes in this XML file provide configuration information --> |
| 21 | <!-- for the Input Method Manager. --> |
| 22 | |
satok | 22ac244 | 2010-08-11 23:27:19 +0900 | [diff] [blame] | 23 | <!-- cs, da, de, en, es, fr, it, iw, nb, nl, ru, sr, sv --> |
| 24 | <!-- TODO: use <lang>_keyboard icon instead of a common keyboard icon. --> |
| 25 | <!-- TODO: use <lang>_mic icon instead of a common mic icon. --> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 26 | <input-method xmlns:android="http://schemas.android.com/apk/res/android" |
Mike LeBeau | 36b4375 | 2010-01-17 19:22:57 -0500 | [diff] [blame] | 27 | android:settingsActivity="com.android.inputmethod.latin.LatinIMESettings" |
satok | 22ac244 | 2010-08-11 23:27:19 +0900 | [diff] [blame] | 28 | android:isDefault="@bool/im_is_default"> |
satok | 3b07534 | 2010-11-02 20:35:22 +0900 | [diff] [blame^] | 29 | <subtype android:icon="@drawable/ic_subtype_keyboard" |
satok | 22ac244 | 2010-08-11 23:27:19 +0900 | [diff] [blame] | 30 | android:imeSubtypeLocale="cs" |
| 31 | android:imeSubtypeMode="@string/subtype_mode_keyboard" |
| 32 | /> |
| 33 | <subtype android:icon="@drawable/ic_subtype_keyboard" |
| 34 | android:imeSubtypeLocale="da" |
| 35 | android:imeSubtypeMode="@string/subtype_mode_keyboard" |
| 36 | /> |
| 37 | <subtype android:icon="@drawable/ic_subtype_keyboard" |
| 38 | android:imeSubtypeLocale="de" |
| 39 | android:imeSubtypeMode="@string/subtype_mode_keyboard" |
| 40 | /> |
satok | 3b07534 | 2010-11-02 20:35:22 +0900 | [diff] [blame^] | 41 | <subtype android:icon="@drawable/ic_subtype_us_keyboard" |
satok | 22ac244 | 2010-08-11 23:27:19 +0900 | [diff] [blame] | 42 | android:imeSubtypeLocale="en" |
| 43 | android:imeSubtypeMode="@string/subtype_mode_keyboard" |
| 44 | /> |
| 45 | <subtype android:icon="@drawable/ic_subtype_keyboard" |
| 46 | android:imeSubtypeLocale="es" |
| 47 | android:imeSubtypeMode="@string/subtype_mode_keyboard" |
| 48 | /> |
| 49 | <subtype android:icon="@drawable/ic_subtype_keyboard" |
| 50 | android:imeSubtypeLocale="fr" |
| 51 | android:imeSubtypeMode="@string/subtype_mode_keyboard" |
| 52 | /> |
| 53 | <subtype android:icon="@drawable/ic_subtype_keyboard" |
| 54 | android:imeSubtypeLocale="it" |
| 55 | android:imeSubtypeMode="@string/subtype_mode_keyboard" |
| 56 | /> |
| 57 | <subtype android:icon="@drawable/ic_subtype_keyboard" |
| 58 | android:imeSubtypeLocale="iw" |
| 59 | android:imeSubtypeMode="@string/subtype_mode_keyboard" |
| 60 | /> |
| 61 | <subtype android:icon="@drawable/ic_subtype_keyboard" |
| 62 | android:imeSubtypeLocale="nb" |
| 63 | android:imeSubtypeMode="@string/subtype_mode_keyboard" |
| 64 | /> |
| 65 | <subtype android:icon="@drawable/ic_subtype_keyboard" |
| 66 | android:imeSubtypeLocale="nl" |
| 67 | android:imeSubtypeMode="@string/subtype_mode_keyboard" |
| 68 | /> |
| 69 | <subtype android:icon="@drawable/ic_subtype_keyboard" |
| 70 | android:imeSubtypeLocale="ru" |
| 71 | android:imeSubtypeMode="@string/subtype_mode_keyboard" |
| 72 | /> |
| 73 | <subtype android:icon="@drawable/ic_subtype_keyboard" |
| 74 | android:imeSubtypeLocale="sr" |
| 75 | android:imeSubtypeMode="@string/subtype_mode_keyboard" |
| 76 | /> |
| 77 | <subtype android:icon="@drawable/ic_subtype_keyboard" |
| 78 | android:imeSubtypeLocale="sv" |
| 79 | android:imeSubtypeMode="@string/subtype_mode_keyboard" |
| 80 | /> |
| 81 | <subtype android:icon="@drawable/ic_subtype_mic" |
| 82 | android:imeSubtypeLocale="cs" |
| 83 | android:imeSubtypeMode="@string/subtype_mode_voice" |
| 84 | /> |
| 85 | <subtype android:icon="@drawable/ic_subtype_mic" |
| 86 | android:imeSubtypeLocale="da" |
| 87 | android:imeSubtypeMode="@string/subtype_mode_voice" |
| 88 | /> |
| 89 | <subtype android:icon="@drawable/ic_subtype_mic" |
| 90 | android:imeSubtypeLocale="de" |
| 91 | android:imeSubtypeMode="@string/subtype_mode_voice" |
| 92 | /> |
| 93 | <subtype android:icon="@drawable/ic_subtype_mic" |
| 94 | android:imeSubtypeLocale="en" |
| 95 | android:imeSubtypeMode="@string/subtype_mode_voice" |
| 96 | /> |
| 97 | <subtype android:icon="@drawable/ic_subtype_mic" |
| 98 | android:imeSubtypeLocale="es" |
| 99 | android:imeSubtypeMode="@string/subtype_mode_voice" |
| 100 | /> |
| 101 | <subtype android:icon="@drawable/ic_subtype_mic" |
| 102 | android:imeSubtypeLocale="fr" |
| 103 | android:imeSubtypeMode="@string/subtype_mode_voice" |
| 104 | /> |
| 105 | <subtype android:icon="@drawable/ic_subtype_mic" |
| 106 | android:imeSubtypeLocale="it" |
| 107 | android:imeSubtypeMode="@string/subtype_mode_voice" |
| 108 | /> |
| 109 | <subtype android:icon="@drawable/ic_subtype_mic" |
| 110 | android:imeSubtypeLocale="iw" |
| 111 | android:imeSubtypeMode="@string/subtype_mode_voice" |
| 112 | /> |
| 113 | <subtype android:icon="@drawable/ic_subtype_mic" |
| 114 | android:imeSubtypeLocale="nb" |
| 115 | android:imeSubtypeMode="@string/subtype_mode_voice" |
| 116 | /> |
| 117 | <subtype android:icon="@drawable/ic_subtype_mic" |
| 118 | android:imeSubtypeLocale="nl" |
| 119 | android:imeSubtypeMode="@string/subtype_mode_voice" |
| 120 | /> |
| 121 | <subtype android:icon="@drawable/ic_subtype_mic" |
| 122 | android:imeSubtypeLocale="ru" |
| 123 | android:imeSubtypeMode="@string/subtype_mode_voice" |
| 124 | /> |
| 125 | <subtype android:icon="@drawable/ic_subtype_mic" |
| 126 | android:imeSubtypeLocale="sr" |
| 127 | android:imeSubtypeMode="@string/subtype_mode_voice" |
| 128 | /> |
| 129 | <subtype android:icon="@drawable/ic_subtype_mic" |
| 130 | android:imeSubtypeLocale="sv" |
| 131 | android:imeSubtypeMode="@string/subtype_mode_voice" |
| 132 | /> |
| 133 | </input-method> |