blob: cb4dece2de94ef2bf683c2ad0d23204cab094965 [file] [log] [blame]
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2012, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20
21<KeyboardSet
22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23 latin:keyboardLocale="hi">
24 <Element
25 latin:elementName="alphabet"
Tadashi G. Takaoka8dcad2e2012-03-28 17:33:25 +090026 latin:elementKeyboard="@xml/kbd_hindi"
27 latin:enableProximityCharsCorrection="true" />
28 <Element
29 latin:elementName="alphabetAutomaticShifted"
30 latin:elementKeyboard="@xml/kbd_hindi"
31 latin:enableProximityCharsCorrection="true" />
32 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
33 because the letters on these layouts aren't the ones in different case of the above
34 unshifted layouts. -->
35 <Element
36 latin:elementName="alphabetManualShifted"
37 latin:elementKeyboard="@xml/kbd_hindi" />
38 <Element
39 latin:elementName="alphabetShiftLocked"
40 latin:elementKeyboard="@xml/kbd_hindi" />
41 <Element
42 latin:elementName="alphabetShiftLockShifted"
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +090043 latin:elementKeyboard="@xml/kbd_hindi" />
44 <Element
45 latin:elementName="symbols"
46 latin:elementKeyboard="@xml/kbd_symbols" />
47 <Element
48 latin:elementName="symbolsShifted"
49 latin:elementKeyboard="@xml/kbd_symbols_shift" />
50 <Element
51 latin:elementName="phone"
52 latin:elementKeyboard="@xml/kbd_phone" />
53 <Element
54 latin:elementName="phoneSymbols"
55 latin:elementKeyboard="@xml/kbd_phone_symbols" />
56 <Element
57 latin:elementName="number"
58 latin:elementKeyboard="@xml/kbd_number" />
59</KeyboardSet>