1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** 5 ** Copyright 2012, 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+03B1: "" GREEK SMALL LETTER ALPHA 25 U+03AC: "" GREEK SMALL LETTER ALPHA WITH TONOS --> 26 <Key 27 latin:keyLabel="α" 28 latin:moreKeys="ά" /> 29 <!-- U+03C3: "" GREEK SMALL LETTER SIGMA --> 30 <Key 31 latin:keyLabel="σ" /> 32 <!-- U+03B4: "" GREEK SMALL LETTER DELTA --> 33 <Key 34 latin:keyLabel="δ" /> 35 <!-- U+03C6: "" GREEK SMALL LETTER PHI --> 36 <Key 37 latin:keyLabel="φ" /> 38 <!-- U+03B3: "" GREEK SMALL LETTER GAMMA --> 39 <Key 40 latin:keyLabel="γ" /> 41 <!-- U+03B7: "" GREEK SMALL LETTER ETA 42 U+03AE: "" GREEK SMALL LETTER ETA WITH TONOS --> 43 <Key 44 latin:keyLabel="η" 45 latin:moreKeys="ή" /> 46 <!-- U+03BE: "" GREEK SMALL LETTER XI --> 47 <Key 48 latin:keyLabel="ξ" /> 49 <!-- U+03BA: "" GREEK SMALL LETTER KAPPA --> 50 <Key 51 latin:keyLabel="κ" /> 52 <!-- U+03BB: "" GREEK SMALL LETTER LAMDA --> 53 <Key 54 latin:keyLabel="λ" /> 55 </merge> 56