blob: 0bf560d5a390b5a1e512fef61d320aa1f4941c68 [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 *
satokc2b6a352011-08-08 19:16:20 +09006 * 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
The Android Open Source Project923bf412009-03-13 15:11:42 -07009 *
satokc2b6a352011-08-08 19:16:20 +090010 * http://www.apache.org/licenses/LICENSE-2.0
The Android Open Source Project923bf412009-03-13 15:11:42 -070011 *
satokc2b6a352011-08-08 19:16:20 +090012 * 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
The Android Open Source Project923bf412009-03-13 15:11:42 -070016 * limitations under the License.
17 */
18-->
19
20<!-- The attributes in this XML file provide configuration information -->
21<!-- for the Input Method Manager. -->
22
Ken Wakasaf18bda62011-08-16 17:08:30 +090023<!-- Keyboard: en_US, en_GB, ar, cs, da, de, de_ZZ, es, es_US, fi, fr, fr_CA, fr_CH, hr, hu, it, iw, nb, nl, pl, pt, ru, sr, sv, tr -->
satok22ac2442010-08-11 23:27:19 +090024<!-- TODO: use <lang>_keyboard icon instead of a common keyboard icon. -->
satok439f2db2011-01-20 01:51:28 +090025<!-- If IME doesn't have an applicable subtype, the first subtype will be used as a default
26 subtype.-->
The Android Open Source Project923bf412009-03-13 15:11:42 -070027<input-method xmlns:android="http://schemas.android.com/apk/res/android"
satok4a0c3432011-07-11 07:47:09 +090028 android:settingsActivity="com.android.inputmethod.latin.Settings"
satok22ac2442010-08-11 23:27:19 +090029 android:isDefault="@bool/im_is_default">
satokf8ddd132011-01-25 14:35:31 +090030 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090031 android:label="@string/subtype_en_US"
satok38976d52010-11-04 18:22:28 +090032 android:imeSubtypeLocale="en_US"
33 android:imeSubtypeMode="keyboard"
satok1c23d772011-06-28 17:34:49 +090034 android:imeSubtypeExtraValue="TrySuppressingImeSwitcher"
satok22ac2442010-08-11 23:27:19 +090035 />
satokf8ddd132011-01-25 14:35:31 +090036 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090037 android:label="@string/subtype_en_GB"
satok0b0c5222011-01-26 12:23:02 +090038 android:imeSubtypeLocale="en_GB"
39 android:imeSubtypeMode="keyboard"
satok1c23d772011-06-28 17:34:49 +090040 android:imeSubtypeExtraValue="TrySuppressingImeSwitcher"
satok0b0c5222011-01-26 12:23:02 +090041 />
42 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090043 android:label="@string/subtype_generic"
Jean Chalarde50add12011-03-23 18:50:06 -070044 android:imeSubtypeLocale="ar"
45 android:imeSubtypeMode="keyboard"
46 />
47 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090048 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +090049 android:imeSubtypeLocale="cs"
satok38976d52010-11-04 18:22:28 +090050 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +090051 />
satokf8ddd132011-01-25 14:35:31 +090052 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090053 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +090054 android:imeSubtypeLocale="da"
satok38976d52010-11-04 18:22:28 +090055 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +090056 />
satokf8ddd132011-01-25 14:35:31 +090057 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090058 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +090059 android:imeSubtypeLocale="de"
satok38976d52010-11-04 18:22:28 +090060 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +090061 />
Tadashi G. Takaokae90fae82011-06-22 17:32:32 +090062 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090063 android:label="@string/subtype_de_qwerty"
Tadashi G. Takaokae90fae82011-06-22 17:32:32 +090064 android:imeSubtypeLocale="de_ZZ"
65 android:imeSubtypeMode="keyboard"
66 />
satokf8ddd132011-01-25 14:35:31 +090067 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090068 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +090069 android:imeSubtypeLocale="es"
satok38976d52010-11-04 18:22:28 +090070 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +090071 />
satokf8ddd132011-01-25 14:35:31 +090072 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090073 android:label="@string/subtype_generic"
Tadashi G. Takaoka1b580e32011-06-17 22:18:19 +090074 android:imeSubtypeLocale="fi"
75 android:imeSubtypeMode="keyboard"
76 />
77 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090078 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +090079 android:imeSubtypeLocale="fr"
satok38976d52010-11-04 18:22:28 +090080 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +090081 />
satokf8ddd132011-01-25 14:35:31 +090082 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090083 android:label="@string/subtype_generic"
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080084 android:imeSubtypeLocale="fr_CA"
satok38976d52010-11-04 18:22:28 +090085 android:imeSubtypeMode="keyboard"
86 />
satokf8ddd132011-01-25 14:35:31 +090087 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090088 android:label="@string/subtype_generic"
Tadashi G. Takaokae6f8bb02010-12-01 21:26:16 +090089 android:imeSubtypeLocale="fr_CH"
90 android:imeSubtypeMode="keyboard"
91 />
satokf8ddd132011-01-25 14:35:31 +090092 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090093 android:label="@string/subtype_generic"
Tadashi G. Takaoka2c43ed12011-06-17 22:04:16 +090094 android:imeSubtypeLocale="hr"
95 android:imeSubtypeMode="keyboard"
96 />
97 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +090098 android:label="@string/subtype_generic"
Tadashi G. Takaoka1b580e32011-06-17 22:18:19 +090099 android:imeSubtypeLocale="hu"
100 android:imeSubtypeMode="keyboard"
101 />
102 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900103 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +0900104 android:imeSubtypeLocale="it"
satok38976d52010-11-04 18:22:28 +0900105 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +0900106 />
Jean Chalarde50add12011-03-23 18:50:06 -0700107 <!-- Java uses the deprecated "iw" code instead of the standard "he" code for Hebrew. -->
108 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900109 android:label="@string/subtype_generic"
Jean Chalarde50add12011-03-23 18:50:06 -0700110 android:imeSubtypeLocale="iw"
111 android:imeSubtypeMode="keyboard"
112 />
satokf8ddd132011-01-25 14:35:31 +0900113 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900114 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +0900115 android:imeSubtypeLocale="nb"
satok38976d52010-11-04 18:22:28 +0900116 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +0900117 />
satokf8ddd132011-01-25 14:35:31 +0900118 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900119 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +0900120 android:imeSubtypeLocale="nl"
satok38976d52010-11-04 18:22:28 +0900121 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +0900122 />
satokf8ddd132011-01-25 14:35:31 +0900123 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900124 android:label="@string/subtype_generic"
satok0d8a4eb2011-05-06 18:42:38 +0900125 android:imeSubtypeLocale="pl"
126 android:imeSubtypeMode="keyboard"
127 />
128 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900129 android:label="@string/subtype_generic"
satokf7330742011-05-11 15:19:24 +0900130 android:imeSubtypeLocale="pt"
131 android:imeSubtypeMode="keyboard"
132 />
133 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900134 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +0900135 android:imeSubtypeLocale="ru"
satok38976d52010-11-04 18:22:28 +0900136 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +0900137 />
satokf8ddd132011-01-25 14:35:31 +0900138 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900139 android:label="@string/subtype_generic"
satok22ac2442010-08-11 23:27:19 +0900140 android:imeSubtypeLocale="sr"
satok38976d52010-11-04 18:22:28 +0900141 android:imeSubtypeMode="keyboard"
142 />
satokf8ddd132011-01-25 14:35:31 +0900143 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900144 android:label="@string/subtype_generic"
satok38976d52010-11-04 18:22:28 +0900145 android:imeSubtypeLocale="sv"
146 android:imeSubtypeMode="keyboard"
satok22ac2442010-08-11 23:27:19 +0900147 />
Tadashi G. Takaoka35f20912011-06-21 16:00:58 +0900148 <subtype android:icon="@drawable/ic_subtype_keyboard"
Ken Wakasa8f98cde2011-07-23 17:42:23 +0900149 android:label="@string/subtype_generic"
Tadashi G. Takaoka35f20912011-06-21 16:00:58 +0900150 android:imeSubtypeLocale="tr"
151 android:imeSubtypeMode="keyboard"
152 />
satok22ac2442010-08-11 23:27:19 +0900153</input-method>