Tadashi G. Takaoka | a5ab5d8 | 2014-05-01 13:09:57 +0900 | [diff] [blame] | 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 |
| 22 | xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" |
| 23 | > |
| 24 | <!-- Because the font rendering system prior to API version 16 can't automatically |
| 25 | render dotted circle for incomplete combining letter of some scripts, different |
| 26 | set of Key definitions are needed based on the API version. --> |
| 27 | <include |
| 28 | latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_o" /> |
| 29 | <Key |
| 30 | latin:keyStyle="baseKeyDevanagariVowelSignO" /> |
| 31 | <!-- Because the font rendering system prior to API version 16 can't automatically |
| 32 | render dotted circle for incomplete combining letter of some scripts, different |
| 33 | set of Key definitions are needed based on the API version. --> |
| 34 | <include |
| 35 | latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_e" /> |
| 36 | <Key |
| 37 | latin:keyStyle="baseKeyDevanagariVowelSignE" /> |
| 38 | <!-- Because the font rendering system prior to API version 16 can't automatically |
| 39 | render dotted circle for incomplete combining letter of some scripts, different |
| 40 | set of Key definitions are needed based on the API version. --> |
| 41 | <include |
| 42 | latin:keyboardLayout="@xml/keystyle_devanagari_sign_virama" /> |
| 43 | <Key |
| 44 | latin:keyStyle="baseKeyDevanagariSignVirama" /> |
| 45 | <!-- Because the font rendering system prior to API version 16 can't automatically |
| 46 | render dotted circle for incomplete combining letter of some scripts, different |
| 47 | set of Key definitions are needed based on the API version. --> |
| 48 | <include |
| 49 | latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_i" /> |
| 50 | <Key |
| 51 | latin:keyStyle="baseKeyDevanagariVowelSignI" /> |
| 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 |
| 56 | latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_u" /> |
| 57 | <Key |
| 58 | latin:keyStyle="baseKeyDevanagariVowelSignU" /> |
| 59 | <!-- U+092A: "प" DEVANAGARI LETTER PA |
| 60 | U+092B: "फ" DEVANAGARI LETTER PHA --> |
| 61 | <Key |
| 62 | latin:keySpec="प" |
| 63 | latin:moreKeys="फ" |
| 64 | latin:keyLabelFlags="fontNormal" /> |
| 65 | <!-- Because the font rendering system prior to API version 16 can't automatically |
| 66 | render dotted circle for incomplete combining letter of some scripts, different |
| 67 | set of Key definitions are needed based on the API version. --> |
| 68 | <include |
| 69 | latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_vocalic_r" /> |
| 70 | <!-- U+0930: "र" DEVANAGARI LETTER RA --> |
| 71 | <Key |
| 72 | latin:keySpec="र" |
| 73 | latin:keyStyle="moreKeysDevanagariVowelSignVocalicR" |
| 74 | latin:keyLabelFlags="fontNormal" /> |
| 75 | <!-- U+0915: "क" DEVANAGARI LETTER KA |
| 76 | U+0916: "ख" DEVANAGARI LETTER KHA --> |
| 77 | <Key |
| 78 | latin:keySpec="क" |
| 79 | latin:moreKeys="ख" |
| 80 | latin:keyLabelFlags="fontNormal" /> |
| 81 | <!-- U+0924: "त" DEVANAGARI LETTER TA |
| 82 | U+0925: "थ" DEVANAGARI LETTER THA |
| 83 | U+0924/U+094D/U+0930: "त्र" DEVANAGARI LETTER TA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER RA --> |
| 84 | <Key |
| 85 | latin:keySpec="त" |
| 86 | latin:moreKeys="थ,त्र" |
| 87 | latin:keyLabelFlags="fontNormal" /> |
| 88 | <!-- U+091A: "च" DEVANAGARI LETTER CA |
| 89 | U+091B: "छ" DEVANAGARI LETTER CHA --> |
| 90 | <Key |
| 91 | latin:keySpec="च" |
| 92 | latin:moreKeys="छ" |
| 93 | latin:keyLabelFlags="fontNormal" /> |
| 94 | <!-- U+091F: "ट" DEVANAGARI LETTER TTA |
| 95 | U+0920: "ठ" DEVANAGARI LETTER TTHA --> |
| 96 | <Key |
| 97 | latin:keySpec="ट" |
| 98 | latin:moreKeys="ठ" |
| 99 | latin:keyLabelFlags="fontNormal" /> |
| 100 | </merge> |