1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** 5 ** Copyright 2013, 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 <!-- The code point U+25CC for key label is needed because the font rendering system prior to 22 API version 16 can't automatically render dotted circle for incomplete combining letter 23 of Hindi. The files named res/xml/{key,keys}_hindi*.xml have this U+25CC hack, although the 24 counterpart files named res/xml-v16/{key,keys}_hindi*.xml don't have this hack. --> 25 <merge 26 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" 27 > 28 <!-- U+094C: "" DEVANAGARI VOWEL SIGN AU 29 U+094C/U+0902: "" DEVANAGARI VOWEL SIGN AU/DEVANAGARI SIGN ANUSVARA 30 U+0967: "" DEVANAGARI DIGIT ONE --> 31 <Key 32 latin:keyLabel="ौ" 33 latin:moreKeys="ौं,%" 34 latin:keyHintLabel="1" 35 latin:additionalMoreKeys="१,1" 36 latin:keyLabelFlags="fontNormal" /> 37 <!-- U+0948: "" DEVANAGARI VOWEL SIGN AI 38 U+0948/U+0902: "" DEVANAGARI VOWEL SIGN AI/DEVANAGARI SIGN ANUSVARA 39 U+0968: "" DEVANAGARI DIGIT TWO --> 40 <Key 41 latin:keyLabel="ै" 42 latin:moreKeys="ैं,%" 43 latin:keyHintLabel="2" 44 latin:additionalMoreKeys="२,2" 45 latin:keyLabelFlags="fontNormal" /> 46 <!-- U+093E: "" DEVANAGARI VOWEL SIGN AA 47 U+093E/U+0902: "" DEVANAGARI VOWEL SIGN AA/DEVANAGARI SIGN ANUSVARA 48 U+093E/U+0901: "" DEVANAGARI VOWEL SIGN AA/DEVANAGARI SIGN CANDRABINDU 49 U+0969: "" DEVANAGARI DIGIT THREE --> 50 <Key 51 latin:keyLabel="ा" 52 latin:moreKeys="ां,ाँ,%" 53 latin:keyHintLabel="3" 54 latin:additionalMoreKeys="३,3" 55 latin:keyLabelFlags="fontNormal" /> 56 <!-- U+0940: "" DEVANAGARI VOWEL SIGN II 57 U+0940/U+0902: "" DEVANAGARI VOWEL SIGN II/DEVANAGARI SIGN ANUSVARA 58 U+096A: "" DEVANAGARI DIGIT FOUR --> 59 <Key 60 latin:keyLabel="ी" 61 latin:moreKeys="ीं,%" 62 latin:keyHintLabel="4" 63 latin:additionalMoreKeys="४,4" 64 latin:keyLabelFlags="fontNormal" /> 65 <!-- U+0942: "" DEVANAGARI VOWEL SIGN UU 66 U+0942/U+0902: "" DEVANAGARI VOWEL SIGN UU/DEVANAGARI SIGN ANUSVARA 67 U+0942/U+0901: "" DEVANAGARI VOWEL SIGN UU/DEVANAGARI SIGN CANDRABINDU 68 U+096B: "" DEVANAGARI DIGIT FIVE --> 69 <Key 70 latin:keyLabel="ू" 71 latin:moreKeys="ूं,ूँ,%" 72 latin:keyHintLabel="5" 73 latin:additionalMoreKeys="५,5" 74 latin:keyLabelFlags="fontNormal" /> 75 </merge> 76