1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4** 5** Copyright 2014, 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<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> 22 <!-- Because the font rendering system prior to API version 16 can't automatically 23 render dotted circle for incomplete combining letter of some scripts, different 24 set of Key definitions are needed based on the API version. --> 25 <include latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_o" /> 26 <Key latin:keyStyle="baseKeyDevanagariVowelSignO" /> 27 <!-- Because the font rendering system prior to API version 16 can't automatically 28 render dotted circle for incomplete combining letter of some scripts, different 29 set of Key definitions are needed based on the API version. --> 30 <include latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_e" /> 31 <Key latin:keyStyle="baseKeyDevanagariVowelSignE" /> 32 <!-- Because the font rendering system prior to API version 16 can't automatically 33 render dotted circle for incomplete combining letter of some scripts, different 34 set of Key definitions are needed based on the API version. --> 35 <include latin:keyboardLayout="@xml/keystyle_devanagari_sign_virama" /> 36 <Key latin:keyStyle="baseKeyDevanagariSignVirama" /> 37 <!-- Because the font rendering system prior to API version 16 can't automatically 38 render dotted circle for incomplete combining letter of some scripts, different 39 set of Key definitions are needed based on the API version. --> 40 <include latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_i" /> 41 <Key latin:keyStyle="baseKeyDevanagariVowelSignI" /> 42 <!-- Because the font rendering system prior to API version 16 can't automatically 43 render dotted circle for incomplete combining letter of some scripts, different 44 set of Key definitions are needed based on the API version. --> 45 <include latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_u" /> 46 <Key latin:keyStyle="baseKeyDevanagariVowelSignU" /> 47 <!-- U+092A: "प" DEVANAGARI LETTER PA 48 U+092B: "फ" DEVANAGARI LETTER PHA --> 49 <Key 50 latin:keySpec="प" 51 latin:moreKeys="फ" /> 52 <!-- Because the font rendering system prior to API version 16 can't automatically 53 render dotted circle for incomplete combining letter of some scripts, different 54 set of Key definitions are needed based on the API version. --> 55 <include latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_vocalic_r" /> 56 <!-- U+0930: "र" DEVANAGARI LETTER RA --> 57 <Key 58 latin:keySpec="र" 59 latin:keyStyle="moreKeysDevanagariVowelSignVocalicR" /> 60 <!-- U+0915: "क" DEVANAGARI LETTER KA 61 U+0916: "ख" DEVANAGARI LETTER KHA --> 62 <Key 63 latin:keySpec="क" 64 latin:moreKeys="ख" /> 65 <!-- U+0924: "त" DEVANAGARI LETTER TA 66 U+0925: "थ" DEVANAGARI LETTER THA 67 U+0924/U+094D/U+0930: "त्र" DEVANAGARI LETTER TA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER RA --> 68 <Key 69 latin:keySpec="त" 70 latin:moreKeys="थ,त्र" /> 71 <!-- U+091A: "च" DEVANAGARI LETTER CA 72 U+091B: "छ" DEVANAGARI LETTER CHA --> 73 <Key 74 latin:keySpec="च" 75 latin:moreKeys="छ" /> 76 <!-- U+091F: "ट" DEVANAGARI LETTER TTA 77 U+0920: "ठ" DEVANAGARI LETTER TTHA --> 78 <Key 79 latin:keySpec="ट" 80 latin:moreKeys="ठ" /> 81</merge> 82