Home | History | Annotate | Download | only in xml
      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 <merge
     22     xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
     23 >
     24     <!-- U+0584: "" ARMENIAN SMALL LETTER KEH -->
     25     <Key
     26         latin:keyLabel="&#x0584;"
     27         latin:keyLabelFlags="fontNormal" />
     28     <!-- U+0578: "" ARMENIAN SMALL LETTER VO -->
     29     <Key
     30         latin:keyLabel="&#x0578;"
     31         latin:keyLabelFlags="fontNormal" />
     32     <!-- U+0565: "" ARMENIAN SMALL LETTER ECH
     33          U+0587: "" ARMENIAN SMALL LIGATURE ECH YIWN -->
     34     <Key
     35         latin:keyLabel="&#x0565;"
     36         latin:moreKeys="&#x0587;"
     37         latin:keyLabelFlags="fontNormal" />
     38     <!-- U+057C: "" ARMENIAN SMALL LETTER RA -->
     39     <Key
     40         latin:keyLabel="&#x057C;"
     41         latin:keyLabelFlags="fontNormal" />
     42     <!-- U+057F: "" ARMENIAN SMALL LETTER TIWN -->
     43     <Key
     44         latin:keyLabel="&#x057F;"
     45         latin:keyLabelFlags="fontNormal" />
     46     <!-- U+0568: "" ARMENIAN SMALL LETTER ET -->
     47     <Key
     48         latin:keyLabel="&#x0568;"
     49         latin:keyLabelFlags="fontNormal" />
     50     <!-- U+0582: "" ARMENIAN SMALL LETTER YIWN -->
     51     <Key
     52         latin:keyLabel="&#x0582;"
     53         latin:keyLabelFlags="fontNormal" />
     54     <!-- U+056B: "" ARMENIAN SMALL LETTER INI -->
     55     <Key
     56         latin:keyLabel="&#x056B;"
     57         latin:keyLabelFlags="fontNormal" />
     58     <!-- U+0585: "" ARMENIAN SMALL LETTER OH -->
     59     <Key
     60         latin:keyLabel="&#x0585;"
     61         latin:keyLabelFlags="fontNormal" />
     62     <!-- U+057A: "" ARMENIAN SMALL LETTER PEH -->
     63     <Key
     64         latin:keyLabel="&#x057A;"
     65         latin:keyLabelFlags="fontNormal" />
     66 </merge>
     67