1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** 5 ** Copyright 2011, 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 <include 25 latin:keyboardLayout="@xml/kbd_key_styles" /> 26 <Row 27 latin:keyWidth="7.60%p" 28 > 29 <Key 30 latin:keyLabel="" /> 31 <Key 32 latin:keyLabel="" /> 33 <Key 34 latin:keyLabel="" /> 35 <Key 36 latin:keyLabel="" /> 37 <Key 38 latin:keyLabel="" 39 latin:moreKeys="@string/more_keys_for_cyrillic_e" /> 40 <Key 41 latin:keyLabel="" /> 42 <Key 43 latin:keyLabel="" /> 44 <Key 45 latin:keyLabel="" /> 46 <Key 47 latin:keyLabel="" /> 48 <Key 49 latin:keyLabel="" /> 50 <Key 51 latin:keyLabel="" /> 52 <Key 53 latin:keyLabel="" /> 54 <Key 55 latin:keyStyle="deleteKeyStyle" 56 latin:keyXPos="-10.0%p" 57 latin:keyWidth="fillBoth" /> 58 </Row> 59 <Row 60 latin:keyWidth="7.60%p" 61 > 62 <Key 63 latin:keyLabel="" 64 latin:keyXPos="2.25%p" /> 65 <Key 66 latin:keyLabel="" /> 67 <Key 68 latin:keyLabel="" /> 69 <Key 70 latin:keyLabel="" /> 71 <Key 72 latin:keyLabel="" /> 73 <Key 74 latin:keyLabel="" /> 75 <Key 76 latin:keyLabel="" /> 77 <Key 78 latin:keyLabel="" /> 79 <Key 80 latin:keyLabel="" /> 81 <Key 82 latin:keyLabel="" /> 83 <Key 84 latin:keyLabel="" /> 85 <Key 86 latin:keyStyle="returnKeyStyle" 87 latin:keyXPos="-14.6%p" 88 latin:keyWidth="fillBoth" /> 89 </Row> 90 <Row 91 latin:keyWidth="7.60%p" 92 > 93 <Key 94 latin:keyStyle="shiftKeyStyle" /> 95 <Key 96 latin:keyLabel="" /> 97 <Key 98 latin:keyLabel="" /> 99 <Key 100 latin:keyLabel="" /> 101 <Key 102 latin:keyLabel="" /> 103 <Key 104 latin:keyLabel="" /> 105 <Key 106 latin:keyLabel="" /> 107 <Key 108 latin:keyLabel="" /> 109 <Key 110 latin:keyLabel="" /> 111 <Key 112 latin:keyLabel="" /> 113 <switch> 114 <case 115 latin:mode="email" 116 > 117 <Key 118 latin:keyLabel="," /> 119 <Key 120 latin:keyLabel="." /> 121 </case> 122 <default> 123 <Key 124 latin:keyLabel="," 125 latin:keyLabelOption="hasUppercaseLetter" 126 latin:keyHintLabel="!" 127 latin:moreKeys="!" /> 128 <Key 129 latin:keyLabel="." 130 latin:keyLabelOption="hasUppercaseLetter" 131 latin:keyHintLabel="\?" 132 latin:moreKeys="\?" /> 133 </default> 134 </switch> 135 <include 136 latin:keyboardLayout="@xml/kbd_row3_smiley" /> 137 </Row> 138 <include 139 latin:keyboardLayout="@xml/kbd_qwerty_row4" /> 140 </merge> 141