blob: 7a4e7ea35951c59a1f280cd154763f66d63e5fd4 [file] [log] [blame]
The Android Open Source Project923bf412009-03-13 15:11:42 -07001<?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
Tadashi G. Takaoka35f20912011-06-21 16:00:58 +090023<!-- Keyboard: en_US, en_GB, ar, cs, da, de, es, es_US, fi, fr, fr_CA, fr_CH, hr, hu, it, iw, nb, nl, pl, pt, ru, sr, sv, tr -->
satok0b0c5222011-01-26 12:23:02 +090024<!-- Voice: af, cs, da, de, en, es, fr, it, ja, ko, nl, pl, pt, ru, tr, yue, zh, zu -->
satok22ac2442010-08-11 23:27:19 +090025<!-- TODO: use <lang>_keyboard icon instead of a common keyboard icon. -->
26<!-- TODO: use <lang>_mic icon instead of a common mic icon. -->
satok439f2db2011-01-20 01:51:28 +090027<!-- If IME doesn't have an applicable subtype, the first subtype will be used as a default
28 subtype.-->
The Android Open Source Project923bf412009-03-13 15:11:42 -070029<input-method xmlns:android="http://schemas.android.com/apk/res/android"
satok4a0c3432011-07-11 07:47:09 +090030 android:settingsActivity="com.android.inputmethod.latin.Settings"
satok22ac2442010-08-11 23:27:19 +090031 android:isDefault="@bool/im_is_default">
satokf8ddd132011-01-25 14:35:31 +090032 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090033 android:label="@string/subtype_en_US"
satok38976d52010-11-04 18:22:28 +090034 android:imeSubtypeLocale="en_US"
35 android:imeSubtypeMode="keyboard"
satok1c23d772011-06-28 17:34:49 +090036 android:imeSubtypeExtraValue="TrySuppressingImeSwitcher"
satok22ac2442010-08-11 23:27:19 +090037 />
satokf8ddd132011-01-25 14:35:31 +090038 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090039 android:label="@string/subtype_en_GB"
satok0b0c5222011-01-26 12:23:02 +090040 android:imeSubtypeLocale="en_GB"
41 android:imeSubtypeMode="keyboard"
satok1c23d772011-06-28 17:34:49 +090042 android:imeSubtypeExtraValue="TrySuppressingImeSwitcher"
satok0b0c5222011-01-26 12:23:02 +090043 />
44 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090045 android:label="@string/subtype_generic"
Jean Chalarde50add12011-03-23 18:50:06 -070046 android:imeSubtypeLocale="ar"
47 android:imeSubtypeMode="keyboard"
48 />
49 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090050 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +090051 android:imeSubtypeLocale="cs"
satok38976d52010-11-04 18:22:28 +090052 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +090053 />
satokf8ddd132011-01-25 14:35:31 +090054 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090055 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +090056 android:imeSubtypeLocale="da"
satok38976d52010-11-04 18:22:28 +090057 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +090058 />
satokf8ddd132011-01-25 14:35:31 +090059 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090060 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +090061 android:imeSubtypeLocale="de"
satok38976d52010-11-04 18:22:28 +090062 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +090063 />
Tadashi G. Takaokae90fae82011-06-22 17:32:32 +090064 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090065 android:label="@string/subtype_de_qwerty"
Tadashi G. Takaokae90fae82011-06-22 17:32:32 +090066 android:imeSubtypeLocale="de_ZZ"
67 android:imeSubtypeMode="keyboard"
68 />
satokf8ddd132011-01-25 14:35:31 +090069 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090070 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +090071 android:imeSubtypeLocale="es"
satok38976d52010-11-04 18:22:28 +090072 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +090073 />
satokf8ddd132011-01-25 14:35:31 +090074 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090075 android:label="@string/subtype_generic"
Tadashi G. Takaoka1b580e32011-06-17 22:18:19 +090076 android:imeSubtypeLocale="fi"
77 android:imeSubtypeMode="keyboard"
78 />
79 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090080 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +090081 android:imeSubtypeLocale="fr"
satok38976d52010-11-04 18:22:28 +090082 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +090083 />
satokf8ddd132011-01-25 14:35:31 +090084 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090085 android:label="@string/subtype_generic"
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080086 android:imeSubtypeLocale="fr_CA"
satok38976d52010-11-04 18:22:28 +090087 android:imeSubtypeMode="keyboard"
88 />
satokf8ddd132011-01-25 14:35:31 +090089 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090090 android:label="@string/subtype_generic"
Tadashi G. Takaokae6f8bb02010-12-01 21:26:16 +090091 android:imeSubtypeLocale="fr_CH"
92 android:imeSubtypeMode="keyboard"
93 />
satokf8ddd132011-01-25 14:35:31 +090094 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090095 android:label="@string/subtype_generic"
Tadashi G. Takaoka2c43ed12011-06-17 22:04:16 +090096 android:imeSubtypeLocale="hr"
97 android:imeSubtypeMode="keyboard"
98 />
99 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900100 android:label="@string/subtype_generic"
Tadashi G. Takaoka1b580e32011-06-17 22:18:19 +0900101 android:imeSubtypeLocale="hu"
102 android:imeSubtypeMode="keyboard"
103 />
104 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900105 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +0900106 android:imeSubtypeLocale="it"
satok38976d52010-11-04 18:22:28 +0900107 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +0900108 />
Jean Chalarde50add12011-03-23 18:50:06 -0700109 <!-- Java uses the deprecated "iw" code instead of the standard "he" code for Hebrew. -->
110 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900111 android:label="@string/subtype_generic"
Jean Chalarde50add12011-03-23 18:50:06 -0700112 android:imeSubtypeLocale="iw"
113 android:imeSubtypeMode="keyboard"
114 />
satokf8ddd132011-01-25 14:35:31 +0900115 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900116 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +0900117 android:imeSubtypeLocale="nb"
satok38976d52010-11-04 18:22:28 +0900118 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +0900119 />
satokf8ddd132011-01-25 14:35:31 +0900120 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900121 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +0900122 android:imeSubtypeLocale="nl"
satok38976d52010-11-04 18:22:28 +0900123 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +0900124 />
satokf8ddd132011-01-25 14:35:31 +0900125 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900126 android:label="@string/subtype_generic"
satok0d8a4eb2011-05-06 18:42:38 +0900127 android:imeSubtypeLocale="pl"
128 android:imeSubtypeMode="keyboard"
129 />
130 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900131 android:label="@string/subtype_generic"
satokf7330742011-05-11 15:19:24 +0900132 android:imeSubtypeLocale="pt"
133 android:imeSubtypeMode="keyboard"
134 />
135 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900136 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +0900137 android:imeSubtypeLocale="ru"
satok38976d52010-11-04 18:22:28 +0900138 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +0900139 />
satokf8ddd132011-01-25 14:35:31 +0900140 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900141 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +0900142 android:imeSubtypeLocale="sr"
satok38976d52010-11-04 18:22:28 +0900143 android:imeSubtypeMode="keyboard"
144 />
satokf8ddd132011-01-25 14:35:31 +0900145 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900146 android:label="@string/subtype_generic"
satok38976d52010-11-04 18:22:28 +0900147 android:imeSubtypeLocale="sv"
148 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +0900149 />
Tadashi G. Takaoka35f20912011-06-21 16:00:58 +0900150 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900151 android:label="@string/subtype_generic"
Tadashi G. Takaoka35f20912011-06-21 16:00:58 +0900152 android:imeSubtypeLocale="tr"
153 android:imeSubtypeMode="keyboard"
154 />
satok22ac2442010-08-11 23:27:19 +0900155</input-method>