diff options
Diffstat (limited to 'java/res/xml/rowkeys_myanmar1.xml')
-rw-r--r-- | java/res/xml/rowkeys_myanmar1.xml | 105 |
1 files changed, 0 insertions, 105 deletions
diff --git a/java/res/xml/rowkeys_myanmar1.xml b/java/res/xml/rowkeys_myanmar1.xml deleted file mode 100644 index 117007431..000000000 --- a/java/res/xml/rowkeys_myanmar1.xml +++ /dev/null @@ -1,105 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** -** Copyright 2014, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ ---> - -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> - <switch> - <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"> - <!-- U+1027: "ဧ" MYANMAR LETTER E --> - <Key latin:keySpec="ဧ" /> - <!-- U+104F: "၏" MYANMAR SYMBOL GENITIVE --> - <Key latin:keySpec="၏" /> - <!-- U+1024: "ဤ" MYANMAR LETTER II --> - <Key latin:keySpec="ဤ" /> - <!-- U+1023: "ဣ" MYANMAR LETTER I --> - <Key latin:keySpec="ဣ" /> - <!-- U+104E: "၎" MYANMAR SYMBOL AFOREMENTIONED --> - <Key latin:keySpec="၎" /> - <!-- U+1000/U+103B/U+1015/U+103A: "ကျပ်" - MYANMAR LETTER KA/MYANMAR CONSONANT SIGN MEDIAL YA/MYANMAR LETTER PA/MYANMAR SIGN ASAT --> - <Key - latin:keySpec="ကျပ်" - latin:keyLabelFlags="followKeyLetterRatio|autoScale" /> - <!-- U+1029: "ဩ" MYANMAR LETTER O --> - <Key - latin:keySpec="ဩ" - latin:keyLabelFlags="autoScale" /> - <!-- U+102A: "ဪ" MYANMAR LETTER AU --> - <Key - latin:keySpec="ဪ" - latin:keyLabelFlags="autoScale" /> - <!-- U+104D: "၍" MYANMAR SYMBOL COMPLETED --> - <Key latin:keySpec="၍" /> - <!-- U+104C: "၌" MYANMAR SYMBOL LOCATIVE --> - <Key latin:keySpec="၌" /> - </case> - <default> - <!-- U+1041: "၁" MYANMAR DIGIT ONE --> - <Key - latin:keySpec="၁" - latin:keyHintLabel="1" - latin:additionalMoreKeys="1" /> - <!-- U+1042: "၂" MYANMAR DIGIT TWO --> - <Key - latin:keySpec="၂" - latin:keyHintLabel="2" - latin:additionalMoreKeys="2" /> - <!-- U+1043: "၃" MYANMAR DIGIT THREE --> - <Key - latin:keySpec="၃" - latin:keyHintLabel="3" - latin:additionalMoreKeys="3" /> - <!-- U+1044: "၄" MYANMAR DIGIT FOUR --> - <Key - latin:keySpec="၄" - latin:keyHintLabel="4" - latin:additionalMoreKeys="4" /> - <!-- U+1045: "၅" MYANMAR DIGIT FIVE --> - <Key - latin:keySpec="၅" - latin:keyHintLabel="5" - latin:additionalMoreKeys="5" /> - <!-- U+1046: "၆" MYANMAR DIGIT SIX --> - <Key - latin:keySpec="၆" - latin:keyHintLabel="6" - latin:additionalMoreKeys="6" /> - <!-- U+1047: "၇" MYANMAR DIGIT SEVEN --> - <Key - latin:keySpec="၇" - latin:keyHintLabel="7" - latin:additionalMoreKeys="7" /> - <!-- U+1048: "၈" MYANMAR DIGIT EIGHT --> - <Key - latin:keySpec="၈" - latin:keyHintLabel="8" - latin:additionalMoreKeys="8" /> - <!-- U+1049: "၉" MYANMAR DIGIT NINE --> - <Key - latin:keySpec="၉" - latin:keyHintLabel="9" - latin:additionalMoreKeys="9" /> - <!-- U+1040: "၀" MYANMAR DIGIT ZERO --> - <Key - latin:keySpec="၀" - latin:keyHintLabel="0" - latin:additionalMoreKeys="0" /> - </default> - </switch> -</merge> |